about summary refs log tree commit diff
path: root/app/views/admin/email_domain_blocks/index.html.haml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-02-26 09:46:13 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-02-26 09:46:13 +0100
commit59824aadcd19ba88cc5f29e3e0212383e4c2c653 (patch)
tree914ebcc04af0a1d51a6e71f46c6c641f5e619620 /app/views/admin/email_domain_blocks/index.html.haml
parentbe493b6c0d60778257cbd6247f9287f939fc7e4e (diff)
Adapt view for glitch-soc's theming system
Diffstat (limited to 'app/views/admin/email_domain_blocks/index.html.haml')
-rw-r--r--app/views/admin/email_domain_blocks/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/email_domain_blocks/index.html.haml b/app/views/admin/email_domain_blocks/index.html.haml
index b073e8716..9f16e0d5c 100644
--- a/app/views/admin/email_domain_blocks/index.html.haml
+++ b/app/views/admin/email_domain_blocks/index.html.haml
@@ -4,9 +4,6 @@
 - content_for :heading_actions do
   = link_to t('admin.email_domain_blocks.add_new'), new_admin_email_domain_block_path, class: 'button'
 
-- content_for :header_tags do
-  = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
-
 = form_for(@form, url: batch_admin_email_domain_blocks_path) do |f|
   = hidden_field_tag :page, params[:page] || 1