This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-09-24 04:47:51 -07:00
|
|
|
- content_for :header_tags do
|
2017-04-14 17:32:42 -07:00
|
|
|
%script#initial-state{:type => 'application/json'}!= json_escape(render(file: 'home/initial_state', formats: :json))
|
2017-01-09 03:37:15 -08:00
|
|
|
|
2017-04-14 02:09:20 -07:00
|
|
|
= javascript_include_tag 'application', integrity: true
|
2016-09-24 04:47:51 -07:00
|
|
|
|
2016-09-19 14:25:59 -07:00
|
|
|
= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false
|