demarches-normaliennes/app/views/shared/dossiers/editable_champs/_departements.html.haml

5 lines
134 B
Text
Raw Normal View History

2019-12-18 17:07:41 +01:00
= form.select :value, [champ.value].compact,
{ include_blank: true },
required: champ.mandatory?,
class: 'select2 departements'