debian-mirror-gitlab/app/views/projects/_commit_button.html.haml
2021-04-29 21:17:54 +05:30

7 lines
317 B
Text

.form-actions
= button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-confirm js-commit-button qa-commit-button'
= link_to 'Cancel', cancel_path,
class: 'gl-button btn btn-default btn-cancel', data: {confirm: leave_edit_message}
= render 'shared/projects/edit_information'