demarches-normaliennes/app/views/users/description/champs/_date.html.haml
2017-06-12 14:05:31 +02:00

7 lines
243 B
Text

%input.form-control{ name: "champs['#{champ.id}']",
placeholder: champ.libelle,
id: "champs_#{champ.id}",
value: champ.value,
type: champ.type_champ,
"data-provide": champ.data_provide,
"data-date-format": champ.data_date_format }