summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_public.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/header/_public.html.haml')
-rw-r--r--app/views/layouts/header/_public.html.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/layouts/header/_public.html.haml b/app/views/layouts/header/_public.html.haml
index 15c2e292be3..af4b9ba58f6 100644
--- a/app/views/layouts/header/_public.html.haml
+++ b/app/views/layouts/header/_public.html.haml
@@ -1,10 +1,5 @@
%header.navbar.navbar-fixed-top.navbar-gitlab{ class: nav_header_class }
- .container
- .header-logo
- = link_to explore_root_path, class: "home" do
- = brand_header_logo
- .gitlab-text-container
- %h3 GitLab
+ %div{ class: fluid_layout ? "container-fluid" : "container-fluid container-limited" }
.header-content
- unless current_controller?('sessions')
.pull-right