gitlab-org--gitlab-foss/app/views/shared/_default_branch_protection....

4 lines
210 B
Plaintext

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