Admin auth functionally complete
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
@{ Html.RenderPartial("BackToUsers"); }
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2 class="center-content">@ViewBag.Title</h2>
|
||||
|
||||
@using (Html.BeginForm("Edit", "User", FormMethod.Post, new { @class = "form-horizontal well center-content" }))
|
||||
@@ -25,5 +27,5 @@
|
||||
}
|
||||
|
||||
<div class="btn-toolbar center-content">
|
||||
@Html.ActionLink("Set Password", "SetPassword", new { id = Model.UserId }, new { @class = "btn" })
|
||||
@Html.ActionLink("Details", "Details", new { id = Model.UserId }, new { @class = "btn" })
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user