diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-10-28 23:49:00 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2020-10-28 23:55:41 +0100 |
commit | 5a41704f8926d9594c66028ca30dc1fc0f98da3d (patch) | |
tree | 283fb747be682881940880ed1db2e1c3716e55c2 | |
parent | a81bb14abef08bb434caa0df8f15fcd8ecc85e41 (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.haml | 3 |
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' |