summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJames Gregory <james.gregory@epigenesys.org.uk>2016-11-28 17:14:05 +0000
committerJames Gregory <james.gregory@epigenesys.org.uk>2016-12-02 15:18:47 +0000
commit454e963196fdbded9ef8c530b0457a8c489e810d (patch)
tree872f7b7d408e4230e562ec3e3db4ecbd2951cb7e /app
parenta1556200421f8e55fe1999a004694831553321dc (diff)
downloadgitlab-ce-454e963196fdbded9ef8c530b0457a8c489e810d.tar.gz
The admin user projects view now has a clickable group link
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/users/projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/projects.html.haml b/app/views/admin/users/projects.html.haml
index 84b9ceb23b3..dd6b7303493 100644
--- a/app/views/admin/users/projects.html.haml
+++ b/app/views/admin/users/projects.html.haml
@@ -7,7 +7,7 @@
%ul.well-list
- @user.groups.each do |group|
%li
- %strong= group.name
+ %strong= link_to group.name, admin_group_path(group)
&ndash; access to
#{pluralize(group.projects.count, 'project')}