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

_index.html.haml « protected_branches « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b0a502fe4dbeb988023bc7f6a2ab83160a42c5f (plain)
1
2
3
4
5
6
7
- 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'