debian-mirror-gitlab/app/views/protected_branches/_index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
371 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
- content_for :create_protected_branch do
2023-03-17 16:20:25 +05:30
= render 'protected_branches/create_protected_branch', protected_branch_entity: protected_branch_entity
2023-03-04 22:38:38 +05:30
- content_for :branches_list do
2023-03-17 16:20:25 +05:30
= render "protected_branches/branches_list", protected_branch_entity: protected_branch_entity
2023-03-04 22:38:38 +05:30
2023-03-17 16:20:25 +05:30
= render 'protected_branches/shared/index', protected_branch_entity: protected_branch_entity