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

_fork_suggestion.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e6ff4a5d7a19e4eefabb0b72f10a02530cd69f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
- if current_user
  .js-file-fork-suggestion-section.file-fork-suggestion.hidden
    %span.file-fork-suggestion-note
      You're not allowed to
      %span.js-file-fork-suggestion-section-action
        edit
      files in this project directly. Please fork this project,
      make your changes there, and submit a merge request.
    = link_to 'Fork', nil, method: :post, class: 'js-fork-suggestion-button gl-button btn btn-grouped btn-inverted btn-success'
    %button.js-cancel-fork-suggestion-button.gl-button.btn.btn-grouped{ type: 'button' }
      Cancel