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