From 79bc3d58456a850a7f2d99a2c0e15ff1618c1a0e Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 29 Jan 2018 00:22:20 +0100 Subject: Add direction tags to HTML e-mails for RTL languages (#6373) --- app/views/layouts/mailer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/mailer.html.haml') diff --git a/app/views/layouts/mailer.html.haml b/app/views/layouts/mailer.html.haml index 6687546fb..e401df10f 100644 --- a/app/views/layouts/mailer.html.haml +++ b/app/views/layouts/mailer.html.haml @@ -7,7 +7,7 @@ %title/ = stylesheet_pack_tag 'mailer' - %body + %body{ dir: locale_direction } %table.email-table{ cellspacing: 0, cellpadding: 0 } %tbody %tr -- cgit