summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-11 20:15:12 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-13 15:48:26 +0200
commit0b5e0e4c557a9cf8aad9a551ff71dc3699143895 (patch)
tree18baafe7ee83684ac7b78357cc73b93883fad2c8 /app/views
parente24589a165d8ed23aa8164f488f2de9f1b358668 (diff)
downloadgitlab-ce-0b5e0e4c557a9cf8aad9a551ff71dc3699143895.tar.gz
Disable label submit button if any field is empty
Diffstat (limited to 'app/views')
-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 2a5c907febe..be7fddc65e7 100644
--- a/app/views/projects/labels/_form.html.haml
+++ b/app/views/projects/labels/_form.html.haml
@@ -28,7 +28,7 @@
&nbsp;
.form-actions
- = f.submit 'Save', class: 'btn btn-save'
+ = f.submit 'Save', class: 'btn btn-save js-save-button'
= link_to "Cancel", project_labels_path(@project), class: 'btn btn-cancel'