[Fix #137] Change the dossier link placeholder

Otherwise we don’t know what to enter (words,
numbers…)
This commit is contained in:
gregoirenovel 2017-04-17 17:15:44 +02:00
parent 619371ef1f
commit 8deef8e8e3
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
.dossier-link
%input.form-control{ name: "champs['#{ champ.id }']",
placeholder: champ.libelle,
placeholder: "Numéro de dossier",
id: "champs_#{ champ.id }",
value: champ.value,
type: 'number',