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: 2b0160f98e7c391d521f21fff16e1d07be07c0a7 (plain)
1
2
3
4
- can_admin_entity = protected_branch_can_admin_entity?(protected_branch_entity)

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