mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +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 {
|
else {
|
||||||
<img class="icon" src="@Href("~/Modules/Orchard.Users/Content/Admin/images/offline.gif") " alt="@T("Moderated") " title="@T("User is moderated") " />
|
<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>
|
||||||
<td>
|
<td>
|
||||||
@row.UserPart.Email
|
@row.UserPart.Email
|
||||||
|
|||||||
Reference in New Issue
Block a user