9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
= render 'stream_entries/meta', stream_entry: @stream_entry, account: @account
|
|
|
|
.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'
|