diff options
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 |