summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-09-19 18:02:52 -0500
committerMike Greiling <mike@pixelcog.com>2016-09-20 00:51:00 -0500
commit76ae5af8ce9d88cb1da4f8b9836fe78b7c2ad30e (patch)
treea2806e88efa0a00a1b912b1f8ba61581ee613449 /app/views/layouts/header/_default.html.haml
parent791079e2abeef1d3ebeecc8157bfb02cfdf9b36d (diff)
downloadgitlab-ce-76ae5af8ce9d88cb1da4f8b9836fe78b7c2ad30e.tar.gz
ensure the 'fixed layout' preference is honored whenever possible
see #22343 for issue description
Diffstat (limited to 'app/views/layouts/header/_default.html.haml')
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index 94c53882623..237280872f1 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -1,5 +1,5 @@
%header.navbar.navbar-fixed-top.navbar-gitlab{ class: nav_header_class }
- %div{ class: fluid_layout ? "container-fluid" : "container-fluid" }
+ %div{ class: "container-fluid" }
.header-content
%button.side-nav-toggle{ type: 'button', "aria-label" => "Toggle global navigation" }
%span.sr-only Toggle navigation