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

_branches_list.html.haml « protected_branches « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82eac348f165925a58ac3bbcbcc02c52586dc1fe (plain)
1
2
3
4
- can_admin_project = can?(current_user, :admin_project, @project)

= render layout: 'protected_branches/shared/branches_list', locals: { can_admin_project: can_admin_project } do
  = render partial: 'protected_branches/protected_branch', collection: @protected_branches