Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_default_branch_protection.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a660f3f89601064bb60cfaaf967a2adc122a602 (plain)
1
2
3
4
.form-group
  %legend.h5.gl-border-none.gl-mt-0.gl-mb-3= _('Initial 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]