From: Alexandr Danilov Date: Tue, 19 Jan 2016 15:22:59 +0000 (+0300) Subject: #1490 HTML in E-Mails X-Git-Tag: 2.0.0-alpha.2~2^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5f736213af209b0457e4e9d62f06fd5f46652f5f;p=github%2Fwallabag%2Fwallabag.git #1490 HTML in E-Mails --- diff --git a/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig b/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig index b726d142..849cd136 100644 --- a/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig @@ -3,11 +3,105 @@ {% endblock %} {% block body_html %} -

{{ "auth_code.mailer.body.hello"|trans({'%user%': user}, 'wallabag_user') }}

+ -

{{ "auth_code.mailer.body.content"|trans({'%code%': code}, 'wallabag_user') }}

+ + + + + {{ "auth_code.mailer.subject"|trans({}, 'wallabag_user') }} + + + + + +
+ {{ "auth_code.mailer.body.hello"|trans({'%user%': user}, 'wallabag_user') }} +
+ + + + + +
+ + + + + + + + + + + + + + +
logo +

Wallabag

+
{% trans %}on{% endtrans %} { wallabag_url }
+
 
+ +

{{ "auth_code.mailer.body.hello"|trans({'%user%': user}, 'wallabag_user') }}

+ +

{{ "auth_code.mailer.body.content"|trans({'%code%': code}, 'wallabag_user') }}

+ +

{{ "auth_code.mailer.body.signature"|trans({'%support%': support}, 'wallabag_user') }}

+ +
 
+ + + + + + +
{ wallabag_url }Powered by Wallabag
+ +
+ +
+ + + {% endblock %} {% block body_text %}