summaryrefslogtreecommitdiff
path: root/app/views/layouts/_head_panel.html.haml
diff options
context:
space:
mode:
authorCyril <jv.cyril@gmail.com>2012-11-28 17:08:25 +0100
committerCyril <jv.cyril@gmail.com>2012-11-28 18:04:28 +0100
commite0a9ffcdaa0bef73caee5a502cabe1b4d8767f1b (patch)
treeca190de9617b58041115079a91db674174bd8b78 /app/views/layouts/_head_panel.html.haml
parent3d242a3154644bb1fea1b70d2661cee4f3db342c (diff)
downloadgitlab-ce-e0a9ffcdaa0bef73caee5a502cabe1b4d8767f1b.tar.gz
Improve admin views for project and groups
* layout: add 'Groups' item to main_menu * admin/dashboard: add a ui-box for groups * projects and groups: remove nav tabs
Diffstat (limited to 'app/views/layouts/_head_panel.html.haml')
-rw-r--r--app/views/layouts/_head_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml
index 38e1d7f0597..8fbec43f4a1 100644
--- a/app/views/layouts/_head_panel.html.haml
+++ b/app/views/layouts/_head_panel.html.haml
@@ -18,7 +18,7 @@
%li
= link_to profile_path, title: "Your Profile", class: 'has_bottom_tooltip', 'data-original-title' => 'Your profile' do
%i.icon-user
- %span.separator
+ %li.separator
%li
= render "layouts/search"
%li