demarches-normaliennes/app/views/shared/dossiers/editable_champs/_communes.html.haml
2020-01-14 18:46:07 +01:00

4 lines
130 B
Text

= form.select :value, [champ.value].compact,
{ include_blank: true },
required: champ.mandatory?,
class: 'select2 communes'