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
diff options
context:
space:
mode:
authorJames Gregory <james.gregory@epigenesys.org.uk>2016-12-29 01:22:57 +0300
committerJames Gregory <james.gregory@epigenesys.org.uk>2016-12-30 01:42:16 +0300
commitb21024684b7c8f9fdef524873434e057de7a2713 (patch)
treec30817cc438a3e2d6453a72204a5d3c4f044e781 /app/views/admin/users/_head.html.haml
parentf9a49d0999de0cd81accd08abc2248f9c0fa56c9 (diff)
Merged the 'groups' and 'projects' tabs when viewing user profiles
Diffstat (limited to 'app/views/admin/users/_head.html.haml')
-rw-r--r--app/views/admin/users/_head.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/admin/users/_head.html.haml b/app/views/admin/users/_head.html.haml
index ce5e21e54cc..9984e733956 100644
--- a/app/views/admin/users/_head.html.haml
+++ b/app/views/admin/users/_head.html.haml
@@ -15,10 +15,8 @@
%ul.nav-links
= nav_link(path: 'users#show') do
= link_to "Account", admin_user_path(@user)
- = nav_link(path: 'users#groups') do
- = link_to "Groups", groups_admin_user_path(@user)
= nav_link(path: 'users#projects') do
- = link_to "Projects", projects_admin_user_path(@user)
+ = link_to "Groups and projects", projects_admin_user_path(@user)
= nav_link(path: 'users#keys') do
= link_to "SSH keys", keys_admin_user_path(@user)
= nav_link(controller: :identities) do