diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-10-25 07:10:01 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-25 00:10:01 +0200 |
commit | e8ffecbd3606a1558563e0cb5f8ea296a6ab2ede (patch) | |
tree | b24d82090a385b6a7d0376e070f8b705c5a90606 /app/views/layouts | |
parent | df3a7e724dc72146a09fd72efd95d7e206b4b881 (diff) |
Set @body_classes to admin layout (#9081)
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/admin.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index c98d85f7b..6ce67d91e 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml @@ -17,4 +17,4 @@ = yield -= render template: 'layouts/application', locals: { body_classes: 'admin' } += render template: 'layouts/application' |