From acad85459fcd9ed7136ecf7327e90bc961544fdf Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 29 Apr 2015 12:24:54 +0300 Subject: [PATCH] Revert "Fix '.container or .container-fluid should be the first child inside of a .navbar' issue" This reverts commit 570594a469fe481060d312d9d90980c5f9289e2f. --- app/views/layouts/_head_panel.html.haml | 4 ++-- 1 file 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