debian-mirror-gitlab/app/views/projects/_commit_button.html.haml

8 lines
317 B
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
.form-actions
2021-02-22 17:27:13 +05:30
= button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-success js-commit-button qa-commit-button'
2020-04-08 14:13:33 +05:30
2015-04-26 12:48:37 +05:30
= link_to 'Cancel', cancel_path,
2021-02-22 17:27:13 +05:30
class: 'gl-button btn btn-default btn-cancel', data: {confirm: leave_edit_message}
2018-03-27 19:54:05 +05:30
= render 'shared/projects/edit_information'