@using TightWiki.Models @model TightWiki.Models.ViewModels.Profile.PublicViewModel @{ Layout = "/Views/Shared/_Layout.cshtml"; }
|
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
{
@Html.Raw(Model.ErrorMessage)
}
@if (!string.IsNullOrEmpty(Model.SuccessMessage))
{
@Html.Raw(Model.SuccessMessage)
}
@if (string.IsNullOrWhiteSpace(Model.Navigation) == false)
{
Recently Modified
|
||||||||||||||||||||||||||||