5 lines
157 B
Text
5 lines
157 B
Text
%input.form-control{ name: "champs['#{champ.id}']",
|
|
placeholder: "JJ/MM/AAAA",
|
|
id: "champs_#{champ.id}",
|
|
value: champ.date_for_input,
|
|
type: "date" }
|