2016-09-24 13:47:51 +02:00
|
|
|
- content_for :header_tags do
|
2017-01-09 12:37:15 +01:00
|
|
|
:javascript
|
2017-01-09 14:00:55 +01:00
|
|
|
window.INITIAL_STATE = #{render(file: 'home/initial_state', formats: :json)}
|
2017-01-09 12:37:15 +01:00
|
|
|
|
2016-09-24 13:47:51 +02:00
|
|
|
= javascript_include_tag 'application'
|
|
|
|
|
2016-09-19 23:25:59 +02:00
|
|
|
= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false
|