demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_date.html.haml

7 lines
209 B
Text
Raw Normal View History

2017-08-02 14:56:08 +02:00
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
2017-08-02 14:56:08 +02:00
= form.date_field :value,
value: champ.value,
2017-08-02 14:56:08 +02:00
placeholder: 'JJ/MM/AAAA',
required: champ.mandatory