Commit 1250f5da authored by Marc Schwede's avatar Marc Schwede Committed by Clement Ho

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

parent e9bd7eb3
......@@ -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