Making the user's name a link to edit in the user management UI

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-11-05 14:59:50 -07:00
parent 67d430f303
commit 3508ae7854

View File

@@ -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