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

3 lines
110 B
Text
Raw Normal View History

= select_tag("champs['#{champ.id}']",
options_for_select(Champ.departements, selected: champ.object.value))