Commit fd39a499 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'fix-selects-helper-duplication' into 'master'

Removed duplicate line from SelectsHelper

See merge request gitlab-org/gitlab-ee!8823
parents 592a8715 baee1b6a
......@@ -28,7 +28,6 @@ module SelectsHelper
def groups_select_tag(id, opts = {})
classes = Array.wrap(opts[:class])
classes << 'ajax-groups-select'
classes << 'multiselect' if opts[:multiple]
# EE requires this line to be present, but there is no easy way of injecting
# this into EE without causing merge conflicts. Given this line is very
......
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