summaryrefslogtreecommitdiff
path: root/app/views/protected_branches/_index.html.haml
blob: 4beca4845b826fa859606f4d2263c8bf2890bcf8 (plain)
1
2
3
4
5
6
7
- content_for :create_protected_branch do
  = render 'protected_branches/create_protected_branch'

- content_for :branches_list do
  = render "protected_branches/branches_list"

= render 'protected_branches/shared/index'