This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-09-24 13:47:51 +02:00
|
|
|
- content_for :header_tags do
|
2017-04-15 02:32:42 +02:00
|
|
|
%script#initial-state{:type => 'application/json'}!= json_escape(render(file: 'home/initial_state', formats: :json))
|
2017-01-09 12:37:15 +01:00
|
|
|
|
2017-05-03 02:04:16 +02:00
|
|
|
= javascript_pack_tag 'application', integrity: true, crossorigin: 'anonymous'
|
2016-09-24 13:47:51 +02:00
|
|
|
|
2017-05-03 02:04:16 +02:00
|
|
|
.app-holder#mastodon{ data: { props: Oj.dump(default_props) }}
|