summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/labels/edit.html.haml')
-rw-r--r--app/views/admin/labels/edit.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/admin/labels/edit.html.haml b/app/views/admin/labels/edit.html.haml
new file mode 100644
index 00000000000..45c62a76259
--- /dev/null
+++ b/app/views/admin/labels/edit.html.haml
@@ -0,0 +1,9 @@
+- page_title "Edit", @label.name, "Labels"
+%h3
+ Edit label
+ %span.light #{@label.name}
+.back-link
+ = link_to admin_labels_path do
+ ← To labels list
+%hr
+= render 'form'