debian-mirror-gitlab/app/views/protected_branches/_index.html.haml
2023-03-05 14:24:40 +05:30

7 lines
221 B
Text

- content_for :create_protected_branch do
= render 'protected_branches/create_protected_branch'
- content_for :branches_list do
= render "protected_branches/branches_list"
= render 'protected_branches/shared/index'