summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2017-05-29 12:40:29 +0000
committerJames Lopez <james@gitlab.com>2017-05-29 12:40:29 +0000
commit0d4f2ad6fd6b68956c2b0c1f5cfef14d7bf84aed (patch)
tree6a5b27c9cfb5507b4204ffc3c028606da5bbe1f3
parent8a9e2415ca92897f2920127b7c1986a7c33d2035 (diff)
downloadgitlab-ce-0d4f2ad6fd6b68956c2b0c1f5cfef14d7bf84aed.tar.gz
Add missing cohorts to tab nav
-rw-r--r--app/views/layouts/nav/_admin.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_admin.html.haml b/app/views/layouts/nav/_admin.html.haml
index f6132464910..86779eeaf15 100644
--- a/app/views/layouts/nav/_admin.html.haml
+++ b/app/views/layouts/nav/_admin.html.haml
@@ -5,7 +5,7 @@
.fade-right
= icon('angle-right')
%ul.nav-links.scrolling-tabs
- = nav_link(controller: %w(dashboard admin projects users groups builds runners), html_options: {class: 'home'}) do
+ = nav_link(controller: %w(dashboard admin projects users groups builds runners cohorts), html_options: {class: 'home'}) do
= link_to admin_root_path, title: 'Overview', class: 'shortcuts-tree' do
%span
Overview