4 lines
195 B
Text
4 lines
195 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
|
|
|
|
= select_tag("champs['#{champ.id}']",
|
|
options_for_select(Champ.departements, selected: champ.value))
|