summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-06 16:09:59 +0100
committerPhil Hughes <me@iamphill.com>2017-09-06 16:09:59 +0100
commitc53d5ceae7f5211d1407dcc67aa99e8608eda2d3 (patch)
tree2f0e30942485ac083746cc52c47dbfe3b56d46cb
parent094de17e96eb46e09883bed74bcebd497d110496 (diff)
downloadgitlab-ce-c53d5ceae7f5211d1407dcc67aa99e8608eda2d3.tar.gz
fixed breadcrumb container
-rw-r--r--app/views/layouts/nav/_breadcrumbs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_breadcrumbs.html.haml b/app/views/layouts/nav/_breadcrumbs.html.haml
index 0b20137ec74..7bd3f5306a2 100644
--- a/app/views/layouts/nav/_breadcrumbs.html.haml
+++ b/app/views/layouts/nav/_breadcrumbs.html.haml
@@ -2,7 +2,7 @@
- hide_top_links = @hide_top_links || false
%nav.breadcrumbs{ role: "navigation", class: [container, @content_class] }
- .breadcrumbs-container{ class: [container, @content_class] }
+ .breadcrumbs-container
- if defined?(@left_sidebar)
= button_tag class: 'toggle-mobile-nav', type: 'button' do
%span.sr-only Open sidebar