]> cat aescling's git repositories - mastodon.git/commitdiff
Fix IP blocks in admin panel
authorThibaut Girka <thib@sitedethib.com>
Wed, 28 Oct 2020 22:49:00 +0000 (23:49 +0100)
committerThibG <thib@sitedethib.com>
Wed, 28 Oct 2020 22:55:41 +0000 (23:55 +0100)
It was broken due to discrepancies between upstream and glitch-soc's
theming system.

app/views/admin/ip_blocks/index.html.haml

index a282a4cfefbe5440592bee0aaccf1ea4ac835bf8..00593840c7b83083349e35c2c33c2afcbdf6521b 100644 (file)
@@ -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'