summaryrefslogtreecommitdiff
path: root/app/views/protected_branches/_index.html.haml
blob: 84a221555ab3a71a60bb665ef7f26d51cc6e8efa (plain)
1
2
3
4
5
6
7
- content_for :create_protected_branch do
  = render 'protected_branches/create_protected_branch', protected_branch_entity: protected_branch_entity

- content_for :branches_list do
  = render "protected_branches/branches_list", protected_branch_entity: protected_branch_entity

= render 'protected_branches/shared/index', protected_branch_entity: protected_branch_entity