1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-27 04:59:15 +09:00
YuruToot/app/views/home/index.html.haml

2 lines
281 B
Plaintext
Raw Normal View History

= react_component 'Root', { token: @token, timelines: { home: render(file: 'api/statuses/home', locals: { statuses: @home }, formats: :json), mentions: render(file: 'api/statuses/mentions', locals: { statuses: @mentions }, formats: :json) }}, class: 'app-holder', prerender: false