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

11 lines
355 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- content_for :page_specific_javascripts do
2017-08-17 22:00:37 +05:30
= page_specific_javascript_bundle_tag('protected_branches')
2014-09-02 18:07:02 +05:30
2017-09-10 17:25:29 +05:30
- content_for :create_protected_branch do
= render 'projects/protected_branches/create_protected_branch'
2014-09-02 18:07:02 +05:30
2017-09-10 17:25:29 +05:30
- content_for :branches_list do
= render "projects/protected_branches/branches_list"
= render 'projects/protected_branches/shared/index'