demarches-normaliennes/app/views/shared/dossiers/editable_champs/_departements.html.haml
2020-01-07 11:52:51 +01:00

4 lines
134 B
Text

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