8 lines
318 B
Text
8 lines
318 B
Text
%p
|
||
= t(:best_regards, scope: [:layouts, :signature])
|
||
%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}
|