6 lines
209 B
Text
6 lines
209 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
|
|
|
|
= form.date_field :value,
|
|
value: champ.value,
|
|
placeholder: 'JJ/MM/AAAA',
|
|
required: champ.mandatory
|