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

7 lines
214 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.text_field :value,
2017-07-26 12:09:21 +02:00
'data-address': 'true',
placeholder: champ.libelle,
2017-08-02 14:56:08 +02:00
required: champ.mandatory