mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-30 10:59:04 +01:00
6 lines
318 B
Text
6 lines
318 B
Text
- content_for :header_tags do
|
|
%script#initial-state{:type => 'application/json'}!= json_escape(render(file: 'home/initial_state', formats: :json))
|
|
|
|
= javascript_include_tag 'application', integrity: true, crossorigin: 'anonymous'
|
|
|
|
= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false
|