4 lines
210 B
Text
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'
|