summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/labels/edit.html.haml')
-rw-r--r--app/views/projects/labels/edit.html.haml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/views/projects/labels/edit.html.haml b/app/views/projects/labels/edit.html.haml
index 6901ba13ab7..52b187e7e58 100644
--- a/app/views/projects/labels/edit.html.haml
+++ b/app/views/projects/labels/edit.html.haml
@@ -1,6 +1,9 @@
+- @no_container = true
- page_title "Edit", @label.name, "Labels"
+= render "projects/issues/head"
-%h3.page-title
- Edit Label
-%hr
-= render 'form'
+%div{ class: container_class }
+ %h3.page-title
+ Edit Label
+ %hr
+ = render 'form'