summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/breadcrumbs
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-17 15:53:50 +0100
committerPhil Hughes <me@iamphill.com>2017-08-18 11:07:05 +0100
commitd5ab1000aa705558db7b7b1e2a8f49bbc72f3db2 (patch)
treec4f25255f196f7e48c1b50e4905c2bb46190ea52 /app/views/layouts/nav/breadcrumbs
parentbec6ea20f6933f07cb616c29ce72efc076a97dc0 (diff)
downloadgitlab-ce-d5ab1000aa705558db7b7b1e2a8f49bbc72f3db2.tar.gz
various breadcrumb updates
Diffstat (limited to 'app/views/layouts/nav/breadcrumbs')
-rw-r--r--app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml b/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
index ddcc884b83b..5454e452a84 100644
--- a/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
+++ b/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
@@ -8,4 +8,4 @@
.dropdown-menu
%ul
- @breadcrumb_dropdown_links[dropdown_location].each_with_index do |link, index|
- %li{ style: "text-indent: #{[index * 15, 60].min}px;"}= link
+ %li{ style: "text-indent: #{[index * 15, 60].min}px;" }= link