Add details to emails
A few clarifications
This commit is contained in:
@@ -117,7 +117,19 @@
|
||||
|
||||
<div class="btn-toolbar center-content">
|
||||
@Html.ActionLink("Edit", "Edit", new { id = Model.UserId }, new { @class = "btn" })
|
||||
@Html.ActionLink("Set Password", "SetPassword", new { id = Model.UserId }, new { @class = "btn" })
|
||||
<div class="btn-group">
|
||||
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
|
||||
Password <span class="caret"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
@Html.ActionLink("Send Password Reset Email", "SendResetPassword", new { userId = Model.UserId })
|
||||
</li>
|
||||
<li>
|
||||
@Html.ActionLink("Set Password", "SetPassword", new { id = Model.UserId })
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@if (Model.IsApproved)
|
||||
{
|
||||
@Html.ActionLink("Disable Account", "DisableUser", new {id = Model.UserId}, new {@class = "btn"})
|
||||
|
||||
Reference in New Issue
Block a user