debian-mirror-gitlab/app/views/projects/_fork_suggestion.html.haml

12 lines
542 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- 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.
2018-12-05 23:21:45 +05:30
= link_to 'Fork', nil, method: :post, class: 'js-fork-suggestion-button btn btn-grouped btn-inverted btn-success'
2017-08-17 22:00:37 +05:30
%button.js-cancel-fork-suggestion-button.btn.btn-grouped{ type: 'button' }
Cancel