summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/labels/_form.html.haml')
-rw-r--r--app/views/projects/labels/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/labels/_form.html.haml b/app/views/projects/labels/_form.html.haml
index 534c545329b..4cf13492e99 100644
--- a/app/views/projects/labels/_form.html.haml
+++ b/app/views/projects/labels/_form.html.haml
@@ -10,7 +10,7 @@
.form-group
= f.label :title, class: 'control-label'
.col-sm-10
- = f.text_field :title, class: "form-control", required: true
+ = f.text_field :title, class: "form-control js-quick-submit", required: true
.form-group
= f.label :color, "Background Color", class: 'control-label'
.col-sm-10