From 3508ae785447379c3cc9dba794f3f76460cca733 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Fri, 5 Nov 2010 14:59:50 -0700 Subject: [PATCH] Making the user's name a link to edit in the user management UI --HG-- branch : dev --- src/Orchard.Web/Modules/Orchard.Users/Views/Admin/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Users/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.Users/Views/Admin/Index.cshtml index c99996f93..0d827da2b 100644 --- a/src/Orchard.Web/Modules/Orchard.Users/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Users/Views/Admin/Index.cshtml @@ -28,7 +28,7 @@ else { @T( } - @row.UserPart.UserName + @Html.ActionLink(row.UserPart.UserName, "Edit", new { row.UserPart.Id }) @row.UserPart.Email