5 lines
188 B
Text
5 lines
188 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
|
|
|
|
= form.text_field :value,
|
|
placeholder: champ.libelle,
|
|
required: champ.mandatory
|