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

6 lines
148 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,
disabled: Champs::PaysChamp.disabled_options,
include_blank: true,
required: champ.mandatory?