demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_regions.html.haml

5 lines
190 B
Text
Raw Normal View History

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