2022-10-06 00:26:34 +00:00
|
|
|
- content_for :header_tags do
|
|
|
|
- if user_signed_in?
|
2023-07-21 09:14:26 +00:00
|
|
|
= preload_pack_asset 'features/compose.js'
|
|
|
|
= preload_pack_asset 'features/home_timeline.js'
|
|
|
|
= preload_pack_asset 'features/notifications.js'
|
2023-07-13 15:18:09 +00:00
|
|
|
%meta{ name: 'initialPath', content: request.path }
|
2022-10-06 00:26:34 +00: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
|
2024-04-15 09:05:19 +00:00
|
|
|
= image_tag frontend_asset_path('images/logo.svg'), alt: 'Mastodon'
|
2022-10-06 00:26:34 +00:00
|
|
|
|
|
|
|
%div
|
|
|
|
= t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps')
|