summaryrefslogtreecommitdiff
path: root/app/views/projects/_commit_button.html.haml
blob: 87c0933747d74abb0c10760e8501f44b6135b044 (plain)
1
2
3
4
5
6
7
.form-actions
  = button_tag 'Commit changes', id: 'commit-changes', class: 'gl-button btn btn-success 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'