summaryrefslogtreecommitdiff
path: root/app/views/shared/_default_branch_protection.html.haml
blob: 7a6152f6d96e8e7df21aa03d4592a8d569bb6281 (plain)
1
2
3
4
%fieldset.form-group
  %legend.h5.gl-border-none.gl-mt-0.gl-mb-3= _('Default branch protection')
  - Gitlab::Access.protection_options.each do |option|
    = f.gitlab_ui_radio_component :default_branch_protection, option[:value], option[:label], help_text: option[:help_text]