[Fix #137] Change the dossier link placeholder
Otherwise we don’t know what to enter (words, numbers…)
This commit is contained in:
parent
619371ef1f
commit
8deef8e8e3
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue