diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-28 14:02:53 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-28 14:02:53 +0100 |
commit | 2825991e09272d6e7227da9d9b8dc387614a83df (patch) | |
tree | 74edf6c23928ae3b448e5247e78d60cd5c86b572 /app/views/profile/entry.html.haml | |
parent | 5ae54f9e364880e1350ddcc8251a23cf79ae55fc (diff) |
Improving status display design, including replies and threads
Diffstat (limited to 'app/views/profile/entry.html.haml')
-rw-r--r-- | app/views/profile/entry.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profile/entry.html.haml b/app/views/profile/entry.html.haml index 8d0b23607..33eaa5f1d 100644 --- a/app/views/profile/entry.html.haml +++ b/app/views/profile/entry.html.haml @@ -1,2 +1,2 @@ %div.activity-stream - = render partial: @type, locals: { @type.to_sym => @entry.activity } + = render partial: @type, locals: { @type.to_sym => @entry.activity, include_threads: true, is_predecessor: false, is_successor: false } |