7 lines
228 B
Text
7 lines
228 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
|
|
|
|
%input{ type: 'text',
|
|
name: "champs['#{champ.id}']",
|
|
id: "champs_#{champ.id}",
|
|
placeholder: champ.libelle,
|
|
value: champ.value }
|