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

5 lines
207 B
Plaintext
Raw Normal View History

.form-actions
2015-12-02 13:38:14 +00:00
= 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}