summaryrefslogtreecommitdiff
path: root/app/views/projects/_commit_button.html.haml
blob: b55dc3dce5c6fbcaff22e1b30ee60660967c7cc3 (plain)
1
2
3
4
5
6
7
8
.form-actions
  = 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}

  - unless can?(current_user, :push_code, @project)
    .inline.prepend-left-10
      = commit_in_fork_help