Upcoming Service Reminders

This commit is contained in:
2015-10-22 09:05:42 -04:00
parent 93065de77f
commit 25fb070701
14 changed files with 88 additions and 53 deletions
+4 -4
View File
@@ -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")