15 lines
544 B
Text
15 lines
544 B
Text
- content_for :page_title do
|
|
= t('about.see_whats_happening')
|
|
|
|
- content_for :header_tags do
|
|
%meta{ name: 'robots', content: 'noindex' }/
|
|
%meta{name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key}
|
|
= render_initial_state
|
|
= javascript_pack_tag 'application', crossorigin: 'anonymous'
|
|
|
|
.app-holder.notranslate#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')
|