Merge pull request #1574 from betagouv/fix-1573
[Fix #1573] Display multiples spaces from libelle in attestation tags
This commit is contained in:
commit
d14c67c32b
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue