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

6 lines
154 B
Text
Raw Normal View History

2017-08-02 14:56:08 +02:00
= form.text_field :value,
id: champ.input_id,
placeholder: champ.libelle,
required: champ.mandatory?,
aria: { describedby: champ.describedby_id }