diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-02-14 21:54:01 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-02-17 10:59:01 +0100 |
commit | 41d52ee4b5d72b3f63bf05b61bfb08b4ea270042 (patch) | |
tree | 62cc68ba4507366e2167c391297042f5886737ca /app/views/admin | |
parent | 5ed35a0df4087c788c709dbb0bfb3a2cc020f78e (diff) |
Fix issue with glitch-soc's theming system
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/disputes/appeals/index.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/disputes/appeals/index.html.haml b/app/views/admin/disputes/appeals/index.html.haml index dd6a6f403..42e9c4b1d 100644 --- a/app/views/admin/disputes/appeals/index.html.haml +++ b/app/views/admin/disputes/appeals/index.html.haml @@ -1,9 +1,6 @@ - content_for :page_title do = t('admin.disputes.appeals.title') -- content_for :header_tags do - = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous' - .filters .filter-subset %strong= t('admin.tags.review') |