summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/labels/new.html.haml')
-rw-r--r--app/views/projects/labels/new.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/projects/labels/new.html.haml b/app/views/projects/labels/new.html.haml
index f0d9be744d1..562b6fb8d8c 100644
--- a/app/views/projects/labels/new.html.haml
+++ b/app/views/projects/labels/new.html.haml
@@ -1,9 +1,10 @@
- @no_container = true
+- breadcrumb_title "Labels"
- page_title "New Label"
-= render "projects/issues/head"
+= render "shared/mr_head"
%div{ class: container_class }
%h3.page-title
New Label
%hr
- = render 'shared/labels/form', url: namespace_project_labels_path(@project.namespace.becomes(Namespace), @project), back_path: namespace_project_labels_path(@project.namespace, @project)
+ = render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)