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: d7ae21debd86817c3c9725a517f02a514e967253 (plain)
1
2
3
.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'