14295db9ad
This reverts commit 4373cb22cb
.
5 lines
175 B
Text
5 lines
175 B
Text
= form.select :value,
|
|
Champs::PaysChamp.pays,
|
|
{ disabled: Champs::PaysChamp.disabled_options, include_blank: true },
|
|
required: champ.mandatory?,
|
|
class: 'select2 pays'
|