demarches-normaliennes/app/views/layouts/mailers/_signature.html.haml

9 lines
338 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
= t('.team')
#{Current.application_name.gsub(".","⁠.").html_safe}