mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 03:43:08 +00:00
Fix issue with glitch-soc theming
This commit is contained in:
parent
f3a4d57be1
commit
b70c2e2167
|
@ -1,9 +1,6 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= t('admin.export_domain_blocks.import.title')
|
= 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')
|
%p= t('admin.export_domain_blocks.import.description_html')
|
||||||
|
|
||||||
- if defined?(@global_private_comment) && @global_private_comment.present?
|
- if defined?(@global_private_comment) && @global_private_comment.present?
|
||||||
|
|
Loading…
Reference in a new issue