about summary refs log tree commit diff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-24 18:03:53 +0200
committerGitHub <noreply@github.com>2017-04-24 18:03:53 +0200
commite59f5c8e13f640166e6fe056500d36edd6cb6df6 (patch)
treea6e464d1bcdac473e0210d4d0d85d349038533e8 /app/views/layouts
parentb073b092c96669db83e4fbcd945a05d3d1767534 (diff)
Add an RTL stylesheet for Arabic i18n (#2378)
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-xapp/views/layouts/application.html.haml2
1 files changed, 1 insertions, 1 deletions
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