2016-09-24 14:47:51 +03:00
|
|
|
- content_for :header_tags do
|
2017-05-08 04:35:25 +03:00
|
|
|
%script#initial-state{ type: 'application/json' }!= json_escape(render(file: 'home/initial_state', formats: :json))
|
2017-01-09 13:37:15 +02:00
|
|
|
|
2017-05-03 03:04:16 +03:00
|
|
|
= javascript_pack_tag 'application', integrity: true, crossorigin: 'anonymous'
|
2016-09-24 14:47:51 +03:00
|
|
|
|
2017-05-08 04:35:25 +03:00
|
|
|
.app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
|