Commit 427c3447 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'fix-admin-group-plan-row' into 'master'

Fix admin group plan row

Closes #6482

See merge request gitlab-org/gitlab-ee!6209
parents 4c636e3c c281e47a
- return unless Gitlab::CurrentSettings.should_check_namespace_plan?
.form-group
= f.label :plan, class: 'col-form-label'
.form-group.row
= f.label :plan, class: 'col-form-label col-sm-2'
.col-sm-10
= f.select :plan_id, Plan.pluck(:title, :id),
{ include_blank: 'No plan' },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment