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

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'