From 052bd9a9fc28bcb6cc3ba4693ef5d03b210217bc Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Thu, 4 Apr 2019 17:35:49 +0200 Subject: [PATCH] [Fix #3682] Remove placeholder on textarea champ --- app/views/shared/dossiers/editable_champs/_textarea.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/shared/dossiers/editable_champs/_textarea.html.haml b/app/views/shared/dossiers/editable_champs/_textarea.html.haml index c1bac654c..620f11c6d 100644 --- a/app/views/shared/dossiers/editable_champs/_textarea.html.haml +++ b/app/views/shared/dossiers/editable_champs/_textarea.html.haml @@ -1,5 +1,4 @@ ~ form.text_area :value, row: 6, - placeholder: champ.description, required: champ.mandatory?, value: html_to_string(champ.value)