about summary refs log tree commit diff
path: root/app/views/home/index.html.haml
blob: ce47418d4045da0051424a7edf555cf40b66420b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- content_for :header_tags do
  = preload_pack_asset 'features/getting_started.js', crossorigin: 'anonymous'
  = preload_pack_asset 'features/compose.js', crossorigin: 'anonymous'
  = preload_pack_asset 'features/home_timeline.js', crossorigin: 'anonymous'
  = preload_pack_asset 'features/notifications.js', crossorigin: 'anonymous'

  %meta{name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key}
  = render_initial_state

.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')