Fix missing Javascript in domain block import confirmation page (#21471)

Follow-up to #20597
This commit is contained in:
Claire 2022-12-15 15:47:23 +01:00 committed by GitHub
parent 5fb1c3e934
commit bae6ef315e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
- 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?