diff options
author | James Gregory <james.gregory@epigenesys.org.uk> | 2016-11-28 17:14:05 +0000 |
---|---|---|
committer | James Gregory <james.gregory@epigenesys.org.uk> | 2016-12-02 15:18:47 +0000 |
commit | 454e963196fdbded9ef8c530b0457a8c489e810d (patch) | |
tree | 872f7b7d408e4230e562ec3e3db4ecbd2951cb7e /app | |
parent | a1556200421f8e55fe1999a004694831553321dc (diff) | |
download | gitlab-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.haml | 2 |
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) – access to #{pluralize(group.projects.count, 'project')} |