summaryrefslogtreecommitdiff
path: root/app/views/shared/_default_branch_protection.html.haml
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'