debian-mirror-gitlab/app/views/shared/_default_branch_protection.html.haml
2020-04-08 14:13:33 +05:30

4 lines
210 B
Text

.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'