summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 09:51:18 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 09:54:38 -0500
commit6d10d8251c1acfe59a6fa92e4ff9c780dfbb2a0d (patch)
treea1f46ad2fe865f0365ae34e3c0f9737df267416b
parentd5efd17d8ae540f2e85b81ae787779c3871d42c4 (diff)
downloadgitlab-ce-6d10d8251c1acfe59a6fa92e4ff9c780dfbb2a0d.tar.gz
Rearrange order of tabs
-rw-r--r--app/views/admin/dashboard/_head.html.haml8
-rw-r--r--app/views/layouts/nav/_admin.html.haml8
2 files changed, 8 insertions, 8 deletions
diff --git a/app/views/admin/dashboard/_head.html.haml b/app/views/admin/dashboard/_head.html.haml
index 617db25a7a6..7b3f88c24df 100644
--- a/app/views/admin/dashboard/_head.html.haml
+++ b/app/views/admin/dashboard/_head.html.haml
@@ -4,10 +4,6 @@
= 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
@@ -20,3 +16,7 @@
= link_to admin_groups_path, title: 'Groups' do
%span
Groups
+ = nav_link path: 'builds#index' do
+ = link_to admin_builds_path, title: 'Builds' do
+ %span
+ Builds
diff --git a/app/views/layouts/nav/_admin.html.haml b/app/views/layouts/nav/_admin.html.haml
index a72f1017132..54aa34bee0b 100644
--- a/app/views/layouts/nav/_admin.html.haml
+++ b/app/views/layouts/nav/_admin.html.haml
@@ -4,6 +4,10 @@
= link_to admin_root_path, title: 'Overview', class: 'shortcuts-tree' do
%span
Overview
+ = nav_link(controller: %w(background_jobs logs health_check)) do
+ = link_to admin_background_jobs_path, title: 'Monitoring' do
+ %span
+ Monitoring
= nav_link(controller: :deploy_keys) do
= link_to admin_deploy_keys_path, title: 'Deploy Keys' do
%span
@@ -12,10 +16,6 @@
= link_to admin_runners_path, title: 'Runners' do
%span
Runners
- = nav_link(controller: %w(background_jobs logs health_check)) do
- = link_to admin_background_jobs_path, title: 'Monitoring' do
- %span
- Monitoring
= nav_link(controller: :broadcast_messages) do
= link_to admin_broadcast_messages_path, title: 'Messages' do
%span