Upcoming Service Reminders
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
ViewBag.Title = "Manage Account";
|
||||
}
|
||||
|
||||
<h2 class="center-content">@ViewBag.Title</h2>
|
||||
<h2 class="center-content"><i class="fa fa-user"></i> @ViewBag.Title</h2>
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<div class="center-content well">
|
||||
|
||||
<p>You're logged in as <strong>@User.Identity.Name</strong>.
|
||||
Your name is <strong>@Model.FullName</strong> and
|
||||
email is <strong>@Model.Email</strong>.
|
||||
<p>You're logged in as <strong>@User.Identity.Name</strong>.<br/>
|
||||
Your name is <strong>@Model.FullName</strong>.<br/>
|
||||
Your email is <strong>@Model.Email</strong>.
|
||||
</p>
|
||||
|
||||
@Html.Partial("_ChangePasswordPartial")
|
||||
|
||||
Reference in New Issue
Block a user