debian-mirror-gitlab/app/views/protected_branches/_index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
221 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
- 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'