Fix missing Javascript in domain block import confirmation page (#21471)
Follow-up to #20597lolsob-rspec
parent
3a11a90dd3
commit
50aecc6738
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue