2022-03-07 13:19:30 -05:00
|
|
|
.form-group
|
|
|
|
%legend.h5.gl-border-none.gl-mt-0.gl-mb-3= _('Initial default branch protection')
|
2021-10-29 17:13:01 -04:00
|
|
|
- Gitlab::Access.protection_options.each do |option|
|
|
|
|
= f.gitlab_ui_radio_component :default_branch_protection, option[:value], option[:label], help_text: option[:help_text]
|