7 lines
248 B
Text
7 lines
248 B
Text
- content_for :create_protected_branch do
|
|
= render 'projects/protected_branches/create_protected_branch'
|
|
|
|
- content_for :branches_list do
|
|
= render "projects/protected_branches/branches_list"
|
|
|
|
= render 'projects/protected_branches/shared/index'
|