Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJames Gregory <james.gregory@epigenesys.org.uk>2016-11-28 20:14:05 +0300
committerJames Gregory <james.gregory@epigenesys.org.uk>2016-12-02 18:18:47 +0300
commit454e963196fdbded9ef8c530b0457a8c489e810d (patch)
tree872f7b7d408e4230e562ec3e3db4ecbd2951cb7e /app/views
parenta1556200421f8e55fe1999a004694831553321dc (diff)
The admin user projects view now has a clickable group link
Diffstat (limited to 'app/views')
-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')}