c816701550
Conflicts: .travis.yml Gemfile.lock README.md app/controllers/settings/follower_domains_controller.rb app/controllers/statuses_controller.rb app/javascript/mastodon/locales/ja.json app/lib/feed_manager.rb app/models/media_attachment.rb app/models/mute.rb app/models/status.rb app/services/mute_service.rb app/views/home/index.html.haml app/views/stream_entries/_simple_status.html.haml config/locales/ca.yml config/locales/en.yml config/locales/es.yml config/locales/fr.yml config/locales/nl.yml config/locales/pl.yml config/locales/pt-BR.yml config/themes.yml
15 lines
751 B
Text
15 lines
751 B
Text
- content_for :header_tags do
|
|
= preload_link_tag asset_pack_path('features/getting_started.js'), crossorigin: 'anonymous'
|
|
= preload_link_tag asset_pack_path('features/compose.js'), crossorigin: 'anonymous'
|
|
= preload_link_tag asset_pack_path('features/home_timeline.js'), crossorigin: 'anonymous'
|
|
= preload_link_tag asset_pack_path('features/notifications.js'), crossorigin: 'anonymous'
|
|
|
|
%meta{name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key}
|
|
%script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
|
|
|
|
.app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
|
|
%noscript
|
|
= image_tag asset_pack_path('logo.svg'), alt: 'Mastodon'
|
|
|
|
%div
|
|
= t('errors.noscript_html')
|