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
|