demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_address.html.haml
2017-09-06 11:11:31 +02:00

9 lines
283 B
Text

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
%input{ type: 'text',
'data-address': 'true',
name: "champs['#{champ.id}']",
id: "champs_#{champ.id}",
placeholder: champ.libelle,
value: champ.value,
required: champ.mandatory }