mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Making the user's name a link to edit in the user management UI
--HG-- branch : dev
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
else {
|
||||
<img class="icon" src="@Href("~/Modules/Orchard.Users/Content/Admin/images/offline.gif") " alt="@T("Moderated") " title="@T("User is moderated") " />
|
||||
}
|
||||
@row.UserPart.UserName
|
||||
@Html.ActionLink(row.UserPart.UserName, "Edit", new { row.UserPart.Id })
|
||||
</td>
|
||||
<td>
|
||||
@row.UserPart.Email
|
||||
|
Reference in New Issue
Block a user