Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.html.haml « protected_branches « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84a221555ab3a71a60bb665ef7f26d51cc6e8efa (plain)
1
2
3
4
5
6
7
- content_for :create_protected_branch do
  = render 'protected_branches/create_protected_branch', protected_branch_entity: protected_branch_entity

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

= render 'protected_branches/shared/index', protected_branch_entity: protected_branch_entity