diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-30 19:22:24 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-30 19:22:24 +0300 |
commit | 51d2910a7455f685a6981d02ab880c01bd44028b (patch) | |
tree | 34a25b0d324a3a070ce464c8e5585e1420a9c566 | |
parent | 2ecc79507a4a9556f6f609c7289b7b0942ccc6bb (diff) | |
download | gitlab-ce-51d2910a7455f685a6981d02ab880c01bd44028b.tar.gz |
Add cancel button to labels page form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/projects/labels/_form.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/labels/_form.html.haml b/app/views/projects/labels/_form.html.haml index 1720a0a915d..2a5c907febe 100644 --- a/app/views/projects/labels/_form.html.haml +++ b/app/views/projects/labels/_form.html.haml @@ -29,6 +29,7 @@ .form-actions = f.submit 'Save', class: 'btn btn-save' + = link_to "Cancel", project_labels_path(@project), class: 'btn btn-cancel' :coffeescript |