debian-mirror-gitlab/app/views/shared/projects/_edit_information.html.haml

7 lines
228 B
Text
Raw Normal View History

2018-03-27 19:54:05 +05:30
- unless can?(current_user, :push_code, @project)
2020-07-28 23:09:34 +05:30
.inline.gl-ml-3
2018-11-08 19:23:39 +05:30
- if @project.branch_allows_collaboration?(current_user, selected_branch)
2018-03-27 19:54:05 +05:30
= commit_in_single_accessible_branch
- else
= commit_in_fork_help