From c26da5ec37a42716f604505a1066416b6d4ad1df Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 9 Sep 2019 11:43:57 +0200 Subject: [PATCH] mailers: prevent the signature from being auto-linked Some emails clients (Gmail or Mail.app) may turn the signature into a clickable link. This can distract users, and make them think we are a good point of contact (where they should contact their administration or use the website directly instead). --- app/views/layouts/mailers/_signature.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/mailers/_signature.html.haml b/app/views/layouts/mailers/_signature.html.haml index f425b70be..82d83f7b1 100644 --- a/app/views/layouts/mailers/_signature.html.haml +++ b/app/views/layouts/mailers/_signature.html.haml @@ -4,4 +4,5 @@ - if defined?(service) && service && service.nom.present? = service.nom - else - L’équipe demarches-simplifiees.fr + -# The WORD JOINER unicode entity prevents email clients from auto-linking the signature + L’équipe demarches-simplifiees⁠.fr