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

9 lines
256 B
Text
Raw Normal View History

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
%input{ type: 'tel',
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 }