0
0
Fork 0

Add an RTL stylesheet for Arabic i18n (#2378)

This commit is contained in:
Eugen 2017-04-24 18:03:53 +02:00 committed by GitHub
parent b073b092c9
commit e59f5c8e13
4 changed files with 136 additions and 1 deletions

View file

@ -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