summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 09:11:17 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-15 09:11:17 -0500
commitf1245bde894a04fcc83771281d3051a87c5cdab2 (patch)
tree96e062ff59007981c917c4930f8e018be451b92f /app/views/admin/dashboard
parentd3b6c18526e72d43cd20db5bb2c69c60320197ce (diff)
downloadgitlab-ce-f1245bde894a04fcc83771281d3051a87c5cdab2.tar.gz
Nest li elements directly under ul18338-change-admin-navigation-to-match-new-ui
Diffstat (limited to 'app/views/admin/dashboard')
-rw-r--r--app/views/admin/dashboard/_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/dashboard/_head.html.haml b/app/views/admin/dashboard/_head.html.haml
index ef9d246b2a2..617db25a7a6 100644
--- a/app/views/admin/dashboard/_head.html.haml
+++ b/app/views/admin/dashboard/_head.html.haml
@@ -1,5 +1,5 @@
-%ul.nav-links.sub-nav
- %div{ class: (container_class) }
+.nav-links.sub-nav
+ %ul{ class: (container_class) }
= nav_link(controller: :dashboard, html_options: {class: 'home'}) do
= link_to admin_root_path, title: 'Overview' do
%span