Fix error when accessing /filters/:id/statuses on glitch-soc (#1837)

I failed to account for glitch-soc's theming system when merging
from upstream.
This commit is contained in:
Claire
2022-08-31 11:55:27 +02:00
committed by GitHub
parent 0495302f1c
commit 0fece174f6
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,3 @@
- content_for :header_tags do
= javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
- content_for :page_title do
= t('filters.statuses.index.title')
\-