summaryrefslogtreecommitdiff
path: root/app/views/layouts/_page.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-06 17:24:03 +0100
committerPhil Hughes <me@iamphill.com>2017-07-06 17:24:03 +0100
commitc85df8105e3b8982ecf6a16f8ae9f3af2f130030 (patch)
tree099acdacb9e622db8780c520faff649e2a6cf27d /app/views/layouts/_page.html.haml
parent6d3a9cc98e1503b0ef49906833aab094a8e6b686 (diff)
downloadgitlab-ce-c85df8105e3b8982ecf6a16f8ae9f3af2f130030.tar.gz
improvements to breadcrumb titles, links & nesting
Diffstat (limited to 'app/views/layouts/_page.html.haml')
-rw-r--r--app/views/layouts/_page.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml
index 1a9f5401a78..f2c16d82d4f 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -14,7 +14,7 @@
= render "layouts/broadcast"
= render "layouts/flash"
= yield :flash_message
- - if show_new_nav?
+ - if show_new_nav? && !@hide_breadcrumbs
= render "layouts/nav/breadcrumbs"
%div{ class: "#{(container_class unless @no_container)} #{@content_class}" }
.content{ id: "content-body" }