diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-29 12:24:54 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-29 12:24:54 +0300 |
commit | acad85459fcd9ed7136ecf7327e90bc961544fdf (patch) | |
tree | ca3a8635b03361711d36007e990f7f9f43406816 /app | |
parent | 8140c6828905345ea510b23ee09e53f01a74f97d (diff) | |
download | gitlab-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')
-rw-r--r-- | app/views/layouts/_head_panel.html.haml | 4 |
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 |