From bfb28e5a2b5e4f9a7000e0a2c40833fc49d904ef Mon Sep 17 00:00:00 2001 From: Fabrice Gangler Date: Sat, 1 Aug 2020 06:28:35 +0200 Subject: [PATCH] Fix(mailers/_signature): use APPLICATION_NAME Refs: #5456 --- app/views/layouts/mailers/_signature.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/mailers/_signature.html.haml b/app/views/layouts/mailers/_signature.html.haml index 82d83f7b1..985288c7b 100644 --- a/app/views/layouts/mailers/_signature.html.haml +++ b/app/views/layouts/mailers/_signature.html.haml @@ -4,5 +4,5 @@ - if defined?(service) && service && service.nom.present? = service.nom - else - -# The WORD JOINER unicode entity prevents email clients from auto-linking the signature - L’équipe demarches-simplifiees⁠.fr + -# The WORD JOINER unicode entity (⁠) prevents email clients from auto-linking the signature + L’équipe #{APPLICATION_NAME.gsub(".","⁠.").html_safe}