diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-12 09:16:32 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-12 09:16:32 +0100 |
commit | 13cc761a09a88138294300cdcc26a6db28f3d67d (patch) | |
tree | 74863ef18cb1bd39f09306190294619c5ec301b7 /app/views/snippets | |
parent | 9fcc28d42850eb7aa891b701721f803ebb0a3d55 (diff) | |
download | gitlab-ce-13cc761a09a88138294300cdcc26a6db28f3d67d.tar.gz |
moved `@breadcrumb_title` out of the HAML & into a helper method
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/new.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/snippets/new.html.haml b/app/views/snippets/new.html.haml index 513e26e1d81..f01915107e3 100644 --- a/app/views/snippets/new.html.haml +++ b/app/views/snippets/new.html.haml @@ -1,4 +1,5 @@ - @hide_top_links = true +- breadcrumb_title "Snippets" - page_title "New Snippet" %h3.page-title New Snippet |