Merge pull request #1574 from betagouv/fix-1573

[Fix #1573] Display multiples spaces from libelle in attestation tags
This commit is contained in:
Mathieu Magnin 2018-03-07 17:28:16 +01:00 committed by GitHub
commit d14c67c32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]