]> cat aescling's git repositories - mastodon.git/blob - app/views/home/index.html.haml
Merge branch 'master' into glitch-soc/merge-upstream
[mastodon.git] / app / views / home / index.html.haml
1 - content_for :header_tags do
2 = preload_link_tag asset_pack_path('features/getting_started.js'), crossorigin: 'anonymous'
3 = preload_link_tag asset_pack_path('features/compose.js'), crossorigin: 'anonymous'
4 = preload_link_tag asset_pack_path('features/home_timeline.js'), crossorigin: 'anonymous'
5 = preload_link_tag asset_pack_path('features/notifications.js'), crossorigin: 'anonymous'
6
7 %meta{name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key}
8 %script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
9
10 .app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
11 %noscript
12 = image_tag asset_pack_path('logo.svg'), alt: 'Mastodon'
13
14 %div
15 = t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps')
This page took 0.057191 seconds and 4 git commands to generate.