6 lines
214 B
Text
6 lines
214 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
|
|
|
|
= form.text_field :value,
|
|
'data-address': 'true',
|
|
placeholder: champ.libelle,
|
|
required: champ.mandatory
|