demarches-normaliennes/app/views/users/description/champs/_pays.html.haml

3 lines
114 B
Text
Raw Normal View History

= select_tag("champs['#{champ.id}']",
2018-06-15 14:37:43 +02:00
options_for_select(Champs::PaysChamp.pays, selected: champ.object.value))