Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_commit_button.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 640612ca433d0ac29e6bb6381d914c001a6925cf (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