diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-04-27 13:19:16 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-04-27 13:19:16 +0200 |
commit | 5b69b2686fe9bbbea34f26823e09a991b9d552cc (patch) | |
tree | 2d0da0292bdb2a565b0b7af11ea5504bf538537e /app/views/layouts | |
parent | 365360098f638bda15c121574d6e5920f739365a (diff) | |
parent | 570594a469fe481060d312d9d90980c5f9289e2f (diff) | |
download | gitlab-ce-5b69b2686fe9bbbea34f26823e09a991b9d552cc.tar.gz |
Merge pull request #9208 from Soullivaneuh/container-class
Fix .container position on navbar
Diffstat (limited to 'app/views/layouts')
-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 8d4c7b39b19..fc4656be079 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 } - .navbar-inner - .container + .container + .navbar-inner %div.app_logo = link_to root_path, class: 'home', title: 'Dashboard', id: 'js-shortcuts-home', data: {toggle: 'tooltip', placement: 'bottom'} do = brand_header_logo |