debian-mirror-gitlab/app/views/projects/protected_branches/_index.html.haml
2018-03-27 19:54:05 +05:30

8 lines
248 B
Plaintext

- 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'