gitlab-org--gitlab-foss/app/views/projects/_commit_button.html.haml
2014-10-08 10:01:07 +02:00

9 lines
302 B
Text

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