summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard/_head.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-18 16:40:01 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-18 16:40:01 +0000
commite73ace4ccccb71a3664d1baec4c6b254c2524eed (patch)
treef6bcb901a29800bab71d9e5a4d4675d5daff37a7 /app/views/admin/dashboard/_head.html.haml
parenta61550a814f976d0fc69cd95bcf5f5dba9ac68b9 (diff)
parentfcf3b9d8d62e732534efdbca44e12b85cf290c4d (diff)
downloadgitlab-ce-e73ace4ccccb71a3664d1baec4c6b254c2524eed.tar.gz
Merge branch 'dz-organize-admin-settings' into 'master'
Move admin->runners tab as subnav of overview tab cc @annabeldunstone See merge request !4716
Diffstat (limited to 'app/views/admin/dashboard/_head.html.haml')
-rw-r--r--app/views/admin/dashboard/_head.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/_head.html.haml b/app/views/admin/dashboard/_head.html.haml
index 7b3f88c24df..b74da64f82e 100644
--- a/app/views/admin/dashboard/_head.html.haml
+++ b/app/views/admin/dashboard/_head.html.haml
@@ -20,3 +20,7 @@
= link_to admin_builds_path, title: 'Builds' do
%span
Builds
+ = nav_link path: ['runners#index', 'runners#show'] do
+ = link_to admin_runners_path, title: 'Runners' do
+ %span
+ Runners