Merge pull request #3754 from betagouv/fix-3682

Usager : suppression du placeholder dupliqué dans les champs "Zone de texte"
This commit is contained in:
Pierre de La Morinerie 2019-04-08 16:47:54 +02:00 committed by GitHub
commit 69cae0d907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
~ form.text_area :value,
row: 6,
placeholder: champ.description,
required: champ.mandatory?,
value: html_to_string(champ.value)