diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-19 14:53:11 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-25 10:11:42 -0700 |
commit | 2414d9411885fbd56b4712d7c157450e3efd6d40 (patch) | |
tree | f329d87a5b0acefa186843c1fa9a6d8426be67ae /app/views/admin/groups | |
parent | 804714449233d95ff6e4b07ecb07b941fba1a6ab (diff) | |
download | gitlab-ce-2414d9411885fbd56b4712d7c157450e3efd6d40.tar.gz |
Remove unused admin subnavs
Diffstat (limited to 'app/views/admin/groups')
-rw-r--r-- | app/views/admin/groups/index.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml index e5f380c78e2..535251fef5e 100644 --- a/app/views/admin/groups/index.html.haml +++ b/app/views/admin/groups/index.html.haml @@ -1,6 +1,5 @@ - @no_container = true - page_title "Groups" -= render "admin/dashboard/head" %div{ class: container_class } .top-area |