Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 16:07:06 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 17:10:16 +0300
commitd3b6c18526e72d43cd20db5bb2c69c60320197ce (patch)
treecdd54dc1f33f28466e4af57ff455a483ee24a222 /app/views/admin/dashboard
parentd1c3f3d87258336b6ad50639d4f63647e95958df (diff)
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