about summary refs log tree commit diff
path: root/app/views/admin/ip_blocks/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/ip_blocks/index.html.haml')
-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 d5b983de9..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', 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'