about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-10-28 23:49:00 +0100
committerThibG <thib@sitedethib.com>2020-10-28 23:55:41 +0100
commit5a41704f8926d9594c66028ca30dc1fc0f98da3d (patch)
tree283fb747be682881940880ed1db2e1c3716e55c2
parenta81bb14abef08bb434caa0df8f15fcd8ecc85e41 (diff)
Fix IP blocks in admin panel
It was broken due to discrepancies between upstream and glitch-soc's
theming system.
-rw-r--r--app/views/admin/ip_blocks/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/ip_blocks/index.html.haml b/app/views/admin/ip_blocks/index.html.haml
index a282a4cfe..00593840c 100644
--- a/app/views/admin/ip_blocks/index.html.haml
+++ b/app/views/admin/ip_blocks/index.html.haml
@@ -1,9 +1,6 @@
 - content_for :page_title do
   = t('admin.ip_blocks.title')
 
-- content_for :header_tags do
-  = javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
-
 - if can?(:create, :ip_block)
   - content_for :heading_actions do
     = link_to t('admin.ip_blocks.add_new'), new_admin_ip_block_path, class: 'button'