diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-03-30 18:15:18 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-03-30 18:16:47 +0200 |
commit | b305e7452a18919f0544caa239848b589283adff (patch) | |
tree | 9cc3474d3d56a21a8d7d74257050f6fbda5b1b19 /app/controllers | |
parent | 1bd12cf8ebaebfac440bcefd241b564997272ffb (diff) |
Add “public” pack to admin controller, as it is included in upstream admin layout
Fixes CW unfolding in moderation
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin/base_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/admin/base_controller.rb b/app/controllers/admin/base_controller.rb index fc299f74c..ab2af1cd1 100644 --- a/app/controllers/admin/base_controller.rb +++ b/app/controllers/admin/base_controller.rb @@ -12,6 +12,7 @@ module Admin def set_pack use_pack 'admin' + use_pack 'public' end end end |