about summary refs log tree commit diff
path: root/app/views/home/index.html.haml
blob: 94139738409ea41b3dc34b90c9b13af6fa9dd53f (plain) (blame)
1
= react_component 'Root', { 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