summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches/_index.html.haml
blob: 127a338e41337b41f25586ed9904487c42c4a45a (plain)
1
2
3
4
5
6
7
8
9
10
- content_for :page_specific_javascripts do
  = webpack_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'