@using TightWiki.Models @model TightWiki.Models.ViewModels.Page.DeletedPageRevisionViewModel @{ Layout = "/Views/Shared/_Layout.cshtml"; var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null."); }
You are viewing a page revision which was deleted on @Model.DeletedDate by @Model.DeletedByUserName.
@Html.Raw(TightWiki.Library.ConfirmActionHelper.GenerateWarnLink(GlobalConfiguration.BasePath,
"This will restore the deleted page and all of its history. Continue?",
"Restore This Revision", $"/Admin/RestoreDeletedPageRevision/{Model.PageId}/{Model.Revision}", "/Admin/DeletedPageRevisions", Context.Request.Path.Value))