2022-10-06 09:26:34 +09:00
|
|
|
- content_for :header_tags do
|
|
|
|
- if user_signed_in?
|
2023-07-21 18:14:26 +09:00
|
|
|
= preload_pack_asset 'features/compose.js'
|
|
|
|
= preload_pack_asset 'features/home_timeline.js'
|
|
|
|
= preload_pack_asset 'features/notifications.js'
|
2023-07-14 00:18:09 +09:00
|
|
|
%meta{ name: 'initialPath', content: request.path }
|
2022-10-06 09:26:34 +09:00
|
|
|
|
|
|
|
%meta{ name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key }
|
|
|
|
|
|
|
|
= render_initial_state
|
|
|
|
= javascript_pack_tag 'application', crossorigin: 'anonymous'
|
|
|
|
|
|
|
|
.notranslate.app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
|
|
|
|
%noscript
|
|
|
|
= image_pack_tag 'logo.svg', alt: 'Mastodon'
|
|
|
|
|
|
|
|
%div
|
|
|
|
= t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps')
|