8 lines
325 B
Text
8 lines
325 B
Text
%p
|
||
= t(:best_regards, scope: [:views, :shared, :greetings])
|
||
%br
|
||
- 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 #{APPLICATION_NAME.gsub(".","⁠.").html_safe}
|