about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-03-30 18:15:18 +0200
committerThibaut Girka <thib@sitedethib.com>2018-03-30 18:16:47 +0200
commitb305e7452a18919f0544caa239848b589283adff (patch)
tree9cc3474d3d56a21a8d7d74257050f6fbda5b1b19
parent1bd12cf8ebaebfac440bcefd241b564997272ffb (diff)
Add “public” pack to admin controller, as it is included in upstream admin layout
Fixes CW unfolding in moderation
-rw-r--r--app/controllers/admin/base_controller.rb1
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