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-01-09 03:37:15 -08:00
|
|
|
:javascript
|
2017-02-03 15:34:31 -08:00
|
|
|
window.STREAMING_API_BASE_URL = '#{Rails.configuration.x.streaming_api_base_url}';
|
2017-01-11 18:54:50 -08:00
|
|
|
window.INITIAL_STATE = #{json_escape(render(file: 'home/initial_state', formats: :json))}
|
2017-01-09 03:37:15 -08:00
|
|
|
|
2016-09-24 04:47:51 -07:00
|
|
|
= javascript_include_tag 'application'
|
|
|
|
|
2016-09-19 14:25:59 -07:00
|
|
|
= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false
|