diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-24 18:03:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 18:03:53 +0200 |
commit | e59f5c8e13f640166e6fe056500d36edd6cb6df6 (patch) | |
tree | a6e464d1bcdac473e0210d4d0d85d349038533e8 /app/views/layouts | |
parent | b073b092c96669db83e4fbcd945a05d3d1767534 (diff) |
Add an RTL stylesheet for Arabic i18n (#2378)
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-x | app/views/layouts/application.html.haml | 2 |
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 |