summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-29 12:24:54 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-29 12:24:54 +0300
commitacad85459fcd9ed7136ecf7327e90bc961544fdf (patch)
treeca3a8635b03361711d36007e990f7f9f43406816 /app/views/layouts
parent8140c6828905345ea510b23ee09e53f01a74f97d (diff)
downloadgitlab-ce-acad85459fcd9ed7136ecf7327e90bc961544fdf.tar.gz
Revert "Fix '.container or .container-fluid should be the first child inside of a .navbar' issue"
This reverts commit 570594a469fe481060d312d9d90980c5f9289e2f.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head_panel.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml
index fc4656be079..8d4c7b39b19 100644
--- a/app/views/layouts/_head_panel.html.haml
+++ b/app/views/layouts/_head_panel.html.haml
@@ -1,6 +1,6 @@
%header.navbar.navbar-fixed-top.navbar-gitlab{ class: nav_header_class }
- .container
- .navbar-inner
+ .navbar-inner
+ .container
%div.app_logo
= link_to root_path, class: 'home', title: 'Dashboard', id: 'js-shortcuts-home', data: {toggle: 'tooltip', placement: 'bottom'} do
= brand_header_logo