debian-mirror-gitlab/app/views/protected_branches/_index.html.haml
2023-03-17 16:20:25 +05:30

7 lines
371 B
Text

- 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