demarches-normaliennes/app/views/shared/dossiers/editable_champs/_date.html.haml

8 lines
204 B
Text
Raw Normal View History

2017-08-02 14:56:08 +02:00
= form.date_field :value,
id: champ.input_id,
aria: { describedby: champ.describedby_id },
value: champ.value,
required: champ.mandatory?,
placeholder: 'aaaa-mm-jj',
class: "width-33-desktop"