Merge pull request #1615 from betagouv/fix-1589

Fix #1589
This commit is contained in:
Mathieu Magnin 2018-03-14 16:50:05 +01:00 committed by GitHub
commit 5b7884b313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@
Description
- @mail_template.tags.each do |tag|
%tr
%td.center
= "--#{tag[:libelle]}--"
%td
%code{ style: "white-space: pre-wrap;" }
= "--#{tag[:libelle]}--"
%td
= tag[:description]