diff options
| author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-11 20:15:12 +0200 |
|---|---|---|
| committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-13 15:48:26 +0200 |
| commit | 0b5e0e4c557a9cf8aad9a551ff71dc3699143895 (patch) | |
| tree | 18baafe7ee83684ac7b78357cc73b93883fad2c8 /app/views/projects/labels | |
| parent | e24589a165d8ed23aa8164f488f2de9f1b358668 (diff) | |
| download | gitlab-ce-0b5e0e4c557a9cf8aad9a551ff71dc3699143895.tar.gz | |
Disable label submit button if any field is empty
Diffstat (limited to 'app/views/projects/labels')
| -rw-r--r-- | app/views/projects/labels/_form.html.haml | 2 |
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 @@ .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' |
