gitlab-org--gitlab-foss/app/views/projects/protected_branches/_index.html.haml
2017-07-14 10:26:26 +02:00

10 lines
355 B
Text

- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('protected_branches')
- 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'