2019-08-17 06:14:24 +01:00
|
|
|
= render 'stream_entries/meta', stream_entry: @stream_entry, account: @account
|
2019-07-02 08:10:25 +01:00
|
|
|
|
|
|
|
.grid
|
|
|
|
.column-0
|
|
|
|
.activity-stream.h-entry
|
|
|
|
= render partial: "stream_entries/#{@type}", locals: { @type.to_sym => @stream_entry.activity, include_threads: true }
|
|
|
|
.column-1
|
|
|
|
= render 'application/sidebar'
|