summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/labels/_form.html.haml')
-rw-r--r--app/views/admin/labels/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/labels/_form.html.haml b/app/views/admin/labels/_form.html.haml
index ee2d4c8430a..5e7b4817461 100644
--- a/app/views/admin/labels/_form.html.haml
+++ b/app/views/admin/labels/_form.html.haml
@@ -27,5 +27,5 @@
 
.form-actions
- = f.submit _('Save'), class: 'btn btn-save js-save-button'
+ = f.submit _('Save'), class: 'btn btn-success js-save-button'
= link_to _("Cancel"), admin_labels_path, class: 'btn btn-cancel'