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

8 lines
330 B
Text
Raw Normal View History

2021-06-08 01:23:25 +05:30
.form-actions.gl-display-flex
2021-04-29 21:17:54 +05:30
= button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-confirm 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-06-08 01:23:25 +05:30
class: 'gl-button btn btn-default gl-ml-3', data: {confirm: leave_edit_message}
2018-03-27 19:54:05 +05:30
= render 'shared/projects/edit_information'