Commit da835529 authored by Clement Ho's avatar Clement Ho

Merge branch 'Port-62286-Consistent-selection-elements-in-user-settings-preferences' into 'master'

Expand Changed selection classes to harmonize with other settings to GitLab-ee

See merge request gitlab-org/gitlab-ee!15452
parents e9bd7eb3 1250f5da
......@@ -3,6 +3,6 @@
.form-group
= f.label :group_view, class: 'label-bold' do
= _('Group overview content')
= f.select :group_view, group_view_choices, {}, class: 'form-control'
= f.select :group_view, group_view_choices, {}, class: 'select2'
.form-text.text-muted
= _('Choose what content you want to see on a group’s overview page')
---
title: Only in ee available selection entries in user settings adapted to match ce
merge_request: 15452
author: Marc Schwede
type: other
\ No newline at end of file
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