2024-11-15 10:49:26 -05:00
|
|
|
- content_for :body_classes, 'app-body'
|
2022-10-06 02:26:34 +02:00
|
|
|
- content_for :header_tags do
|
|
|
|
|
- if user_signed_in?
|
2023-07-13 17:18:09 +02:00
|
|
|
%meta{ name: 'initialPath', content: request.path }
|
2022-10-06 02:26:34 +02:00
|
|
|
|
2025-05-30 03:00:33 -04:00
|
|
|
%meta{ name: 'applicationServerKey', content: Rails.configuration.x.vapid.public_key }
|
2022-10-06 02:26:34 +02:00
|
|
|
|
|
|
|
|
= render_initial_state
|
2025-05-16 15:26:12 +02:00
|
|
|
= vite_typescript_tag 'application.ts', crossorigin: 'anonymous'
|
2022-10-06 02:26:34 +02:00
|
|
|
|
2026-03-16 10:02:52 -04:00
|
|
|
.notranslate.app-holder#mastodon{ data: { props: default_props.to_json } }
|
2022-10-06 02:26:34 +02:00
|
|
|
%noscript
|
2024-04-15 11:05:19 +02:00
|
|
|
= image_tag frontend_asset_path('images/logo.svg'), alt: 'Mastodon'
|
2022-10-06 02:26:34 +02:00
|
|
|
|
|
|
|
|
%div
|
|
|
|
|
= t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps')
|