summaryrefslogtreecommitdiff
path: root/app/views/groups/new.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-12 09:16:32 +0100
committerPhil Hughes <me@iamphill.com>2017-07-12 09:16:32 +0100
commit13cc761a09a88138294300cdcc26a6db28f3d67d (patch)
tree74863ef18cb1bd39f09306190294619c5ec301b7 /app/views/groups/new.html.haml
parent9fcc28d42850eb7aa891b701721f803ebb0a3d55 (diff)
downloadgitlab-ce-13cc761a09a88138294300cdcc26a6db28f3d67d.tar.gz
moved `@breadcrumb_title` out of the HAML & into a helper method
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r--app/views/groups/new.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index 10eb8ce6cc7..e9daac95ca1 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -1,4 +1,5 @@
- @breadcrumb_link = dashboard_groups_path
+- breadcrumb_title "Groups"
- @hide_top_links = true
- page_title 'New Group'
- header_title "Groups", dashboard_groups_path