summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 08:07:06 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 09:10:16 -0500
commitd3b6c18526e72d43cd20db5bb2c69c60320197ce (patch)
treecdd54dc1f33f28466e4af57ff455a483ee24a222 /app/views/admin/dashboard
parentd1c3f3d87258336b6ad50639d4f63647e95958df (diff)
downloadgitlab-ce-d3b6c18526e72d43cd20db5bb2c69c60320197ce.tar.gz
Move builds tab to admin overview
Diffstat (limited to 'app/views/admin/dashboard')
-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 b1adc316b50..ef9d246b2a2 100644
--- a/app/views/admin/dashboard/_head.html.haml
+++ b/app/views/admin/dashboard/_head.html.haml
@@ -4,6 +4,10 @@
= link_to admin_root_path, title: 'Overview' do
%span
Overview
+ = nav_link path: 'builds#index' do
+ = link_to admin_builds_path, title: 'Builds' do
+ %span
+ Builds
= nav_link(controller: [:admin, :projects]) do
= link_to admin_namespaces_projects_path, title: 'Projects' do
%span