gitlab-org--gitlab-foss/app/views/projects/_commit_button.html.haml

7 lines
254 B
Plaintext

.form-actions
.commit-button-annotation
= button_tag 'Commit Changes',
class: 'btn commit-btn js-commit-button btn-create'
= link_to 'Cancel', cancel_path,
class: 'btn btn-cancel', data: {confirm: leave_edit_message}