From: Thibaut Girka Date: Mon, 19 Aug 2019 19:48:34 +0000 (+0200) Subject: Use public pack in about controller to handle blockpage JS X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f00a0f35eeba7911f9db9b791a0b580bb43588e7;p=mastodon.git Use public pack in about controller to handle blockpage JS --- diff --git a/app/controllers/about_controller.rb b/app/controllers/about_controller.rb index 5003ae61c..7b0438127 100644 --- a/app/controllers/about_controller.rb +++ b/app/controllers/about_controller.rb @@ -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