Merge pull request #5460 from adullact/5456_fix_mailFooter_use_APPLICATION_NAME
Mailers : utilisation de la variable APPLICATION_NAME dans la signature
This commit is contained in:
commit
383d33c167
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
||||||
- if defined?(service) && service && service.nom.present?
|
- if defined?(service) && service && service.nom.present?
|
||||||
= service.nom
|
= service.nom
|
||||||
- else
|
- else
|
||||||
-# The WORD JOINER unicode entity prevents email clients from auto-linking the signature
|
-# The WORD JOINER unicode entity (⁠) prevents email clients from auto-linking the signature
|
||||||
L’équipe demarches-simplifiees⁠.fr
|
L’équipe #{APPLICATION_NAME.gsub(".","⁠.").html_safe}
|
||||||
|
|
Loading…
Add table
Reference in a new issue