debian-mirror-gitlab/app/views/shared/_default_branch_protection.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
275 B
Text
Raw Normal View History

2022-05-07 20:08:51 +05:30
.form-group
%legend.h5.gl-border-none.gl-mt-0.gl-mb-3= _('Initial default branch protection')
2021-12-11 22:18:48 +05:30
- Gitlab::Access.protection_options.each do |option|
= f.gitlab_ui_radio_component :default_branch_protection, option[:value], option[:label], help_text: option[:help_text]