diff options
author | James Gregory <james.gregory@epigenesys.org.uk> | 2016-12-28 22:22:57 +0000 |
---|---|---|
committer | James Gregory <james.gregory@epigenesys.org.uk> | 2016-12-29 22:42:16 +0000 |
commit | b21024684b7c8f9fdef524873434e057de7a2713 (patch) | |
tree | c30817cc438a3e2d6453a72204a5d3c4f044e781 /config | |
parent | f9a49d0999de0cd81accd08abc2248f9c0fa56c9 (diff) | |
download | gitlab-ce-b21024684b7c8f9fdef524873434e057de7a2713.tar.gz |
Merged the 'groups' and 'projects' tabs when viewing user profiles
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/admin.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb index 23295b43c92..8e99239f350 100644 --- a/config/routes/admin.rb +++ b/config/routes/admin.rb @@ -6,7 +6,6 @@ namespace :admin do member do get :projects get :keys - get :groups put :block put :unblock put :unlock |