diff --git a/app/views/admin/attestation_templates/edit.html.haml b/app/views/admin/attestation_templates/edit.html.haml index c5c4921ee..2e931e77a 100644 --- a/app/views/admin/attestation_templates/edit.html.haml +++ b/app/views/admin/attestation_templates/edit.html.haml @@ -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]