demarches-normaliennes/app/views/users/description/champs/_pays.html.haml
2017-03-29 14:22:23 +02:00

2 lines
102 B
Text

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