diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-13 02:24:40 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-13 02:24:40 +0200 |
commit | 2e7aac793ace0e938e45cb54ff601afa5d872214 (patch) | |
tree | 5c45c25a21ef9b1068604b8c459e1855ba91f239 /app/views/home | |
parent | d6a64f45fd4530cfee4f7721f0c6e7ca28fe677f (diff) |
Adding sense of self to the UI, cleaning up routing, adding third (detail) column
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 9279ae9ae..34028462c 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -1 +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 += react_component 'Root', default_props, class: 'app-holder', prerender: false |