demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_pays.html.haml
2017-09-06 11:11:29 +02:00

4 lines
187 B
Text

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
= select_tag("champs['#{champ.id}']",
options_for_select(Champ.pays, selected: champ.value))