debian-mirror-gitlab/app/views/shared/_default_branch_protection.html.haml

4 lines
210 B
Text
Raw Normal View History

2020-04-08 14:13:33 +05:30
.form-group
= f.label :default_branch_protection, class: 'label-bold'
= f.select :default_branch_protection, options_for_select(Gitlab::Access.protection_options, selected_level), {}, class: 'form-control'