2016-09-24 20:47:51 +09:00
|
|
|
- content_for :header_tags do
|
2017-07-08 21:51:05 +09:00
|
|
|
%script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
|
2017-01-09 20:37:15 +09:00
|
|
|
|
2017-05-03 09:04:16 +09:00
|
|
|
= javascript_pack_tag 'application', integrity: true, crossorigin: 'anonymous'
|
2016-09-24 20:47:51 +09:00
|
|
|
|
2017-05-08 10:35:25 +09:00
|
|
|
.app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
|
2017-06-08 07:52:56 +09:00
|
|
|
%noscript
|
|
|
|
= image_tag asset_pack_path('logo.png')
|
|
|
|
%div
|
|
|
|
= t('errors.noscript')
|