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

3 lines
119 B
Text
Raw Normal View History

= select_tag("champs['#{champ.id}']",
2018-06-15 14:35:49 +02:00
options_for_select(Champs::RegionChamp.regions, selected: champ.object.value))