diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-08-31 11:55:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 11:55:27 +0200 |
commit | 0fece174f6fd4dcdf53974889a1fe5618fb34bf3 (patch) | |
tree | 1af432657ccf407e0808cac4408f8298e26a7ead /app/views | |
parent | 0495302f1ca811e5ed48ed49b2d291fc119e9dc6 (diff) |
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.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/filters/statuses/index.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/filters/statuses/index.html.haml b/app/views/filters/statuses/index.html.haml index 886de58fa..eaa39e170 100644 --- a/app/views/filters/statuses/index.html.haml +++ b/app/views/filters/statuses/index.html.haml @@ -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') \- |