[Fix #1573] Display multiples spaces from libelle in attestation tags

This commit is contained in:
Mathieu Magnin 2018-03-07 16:50:13 +01:00
parent 2771ffc0b9
commit 109b48ad01

View file

@ -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]