From e59f5c8e13f640166e6fe056500d36edd6cb6df6 Mon Sep 17 00:00:00 2001 From: Eugen Date: Mon, 24 Apr 2017 18:03:53 +0200 Subject: Add an RTL stylesheet for Arabic i18n (#2378) --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index f6e06f884..8e9439310 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -25,5 +25,5 @@ - body_classes ||= @body_classes - %body{ class: body_classes } + %body{ class: add_rtl_body_class(body_classes) } = content_for?(:content) ? yield(:content) : yield -- cgit