Add an RTL stylesheet for Arabic i18n (#2378)
This commit is contained in:
parent
b073b092c9
commit
e59f5c8e13
4 changed files with 136 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue