[Fix #1573] Display multiples spaces from libelle in attestation tags
This commit is contained in:
parent
2771ffc0b9
commit
109b48ad01
1 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
- @attestation_template.tags.each do |tag|
|
||||
%tr
|
||||
%td
|
||||
%code{ style: "white-space: pre-wrap;" }
|
||||
= "--#{tag[:libelle]}--"
|
||||
%td
|
||||
= tag[:description]
|
||||
|
|
Loading…
Reference in a new issue