diff options
author | J.D. Bean <jonathandbean@gmail.com> | 2018-09-24 13:36:37 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-09-24 13:36:37 +0000 |
commit | fbb0fc5e8740e8acbbc319bc961b9c65dadb0431 (patch) | |
tree | aab33898d69cbe905bf05ba9a198fa09559ff78c /app/views/snippets | |
parent | 28086b203ae397e01d5e9870dfbddd66466450c2 (diff) | |
download | gitlab-ce-fbb0fc5e8740e8acbbc319bc961b9c65dadb0431.tar.gz |
Feature/new user snippets breadcrumbs
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/new.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/snippets/new.html.haml b/app/views/snippets/new.html.haml index f01915107e3..c8a5e199674 100644 --- a/app/views/snippets/new.html.haml +++ b/app/views/snippets/new.html.haml @@ -1,5 +1,6 @@ - @hide_top_links = true -- breadcrumb_title "Snippets" +- add_to_breadcrumbs "Snippets", dashboard_snippets_path +- breadcrumb_title "New" - page_title "New Snippet" %h3.page-title New Snippet |