diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-15 20:30:46 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-12-15 20:30:46 +0100 |
commit | b70c2e2167d60dd23a4c5011cce3112127a2616c (patch) | |
tree | 019f3515945dd877f5f3f951ed59b95332ac0e0d /app/views/admin | |
parent | f3a4d57be14b40d1e3a6ad9e1a1f9337dafc872e (diff) |
Fix issue with glitch-soc theming
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/export_domain_blocks/import.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/export_domain_blocks/import.html.haml b/app/views/admin/export_domain_blocks/import.html.haml index 804e61199..01add232d 100644 --- a/app/views/admin/export_domain_blocks/import.html.haml +++ b/app/views/admin/export_domain_blocks/import.html.haml @@ -1,9 +1,6 @@ - content_for :page_title do = t('admin.export_domain_blocks.import.title') -- content_for :header_tags do - = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous' - %p= t('admin.export_domain_blocks.import.description_html') - if defined?(@global_private_comment) && @global_private_comment.present? |