2017-07-25 14:33:03 +02:00
|
|
|
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
|
|
|
|
|
|
|
|
%input{ type: 'text',
|
2017-07-26 12:09:21 +02:00
|
|
|
'data-address': 'true',
|
2017-07-25 14:33:03 +02:00
|
|
|
name: "champs['#{champ.id}']",
|
|
|
|
id: "champs_#{champ.id}",
|
|
|
|
placeholder: champ.libelle,
|
2017-07-27 11:09:28 +02:00
|
|
|
value: champ.value,
|
|
|
|
required: champ.mandatory }
|