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

6 lines
175 B
Text
Raw Normal View History

2017-08-02 14:56:08 +02:00
= form.select :value,
2018-06-15 14:37:43 +02:00
Champs::PaysChamp.pays,
2019-12-18 17:07:41 +01:00
{ disabled: Champs::PaysChamp.disabled_options, include_blank: true },
required: champ.mandatory?,
class: 'select2 pays'