Add cancel button to labels page form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
2ecc79507a
commit
51d2910a74
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue