Commit c8e103ba authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'reduce-diff-with-ce-in-selects_helper' into 'master'

Reduce diff with CE in SelectsHelper

See merge request gitlab-org/gitlab-ee!8904
parents 6b83d71f 7cbbc440
......@@ -70,6 +70,7 @@ module SelectsHelper
opts[:class] = klass_opts.join(' ')
value = opts[:selected] || ''
hidden_field_tag(id, value, opts)
end
......
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