about summary refs log tree commit diff
path: root/app/views/home/index.html.haml
blob: 9279ae9ae8ade7c738589381f15d1990306ae43e (plain) (blame)
1
= 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