Set @body_classes to admin layout (#9081)

This commit is contained in:
Yamagishi Kazutoshi
2018-10-25 07:10:01 +09:00
committed by Eugen Rochko
parent df3a7e724d
commit e8ffecbd36
17 changed files with 89 additions and 3 deletions

View File

@ -17,4 +17,4 @@
= yield
= render template: 'layouts/application', locals: { body_classes: 'admin' }
= render template: 'layouts/application'