summaryrefslogtreecommitdiff
path: root/app/views/protected_branches/_branches_list.html.haml
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 }