]> cat aescling's git repositories - mastodon.git/commitdiff
Use public pack in about controller to handle blockpage JS
authorThibaut Girka <thib@sitedethib.com>
Mon, 19 Aug 2019 19:48:34 +0000 (21:48 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 19 Aug 2019 19:56:25 +0000 (21:56 +0200)
app/controllers/about_controller.rb

index 5003ae61cc27fa870d6c0f12ab5ead7a3ff4294a..7b04381278f55acf08c96538577bfa4e0cf23076 100644 (file)
@@ -65,7 +65,7 @@ class AboutController < ApplicationController
   helper_method :new_user
 
   def set_pack
-    use_pack 'common'
+    use_pack 'public'
   end
 
   def set_instance_presenter