5 lines
171 B
Text
5 lines
171 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
|
|
|
|
= form.select :value,
|
|
Champ.regions,
|
|
required: champ.mandatory
|