From 109b48ad018672589728b47dfd2587fe7f9ea53a Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Wed, 7 Mar 2018 16:50:13 +0100 Subject: [PATCH] [Fix #1573] Display multiples spaces from libelle in attestation tags --- app/views/admin/attestation_templates/edit.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/attestation_templates/edit.html.haml b/app/views/admin/attestation_templates/edit.html.haml index c5c4921ee..2e931e77a 100644 --- a/app/views/admin/attestation_templates/edit.html.haml +++ b/app/views/admin/attestation_templates/edit.html.haml @@ -41,7 +41,8 @@ - @attestation_template.tags.each do |tag| %tr %td - = "--#{tag[:libelle]}--" + %code{ style: "white-space: pre-wrap;" } + = "--#{tag[:libelle]}--" %td = tag[:description]