2016-03-01 03:42:08 +09:00
|
|
|
- content_for :header_tags do
|
|
|
|
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_stream_entry_url(@account, @stream_entry, format: 'atom') }/
|
|
|
|
|
2016-03-06 20:34:39 +09:00
|
|
|
.activity-stream.activity-stream-headless
|
2016-03-21 20:11:27 +09:00
|
|
|
= render partial: @type, locals: { @type.to_sym => @stream_entry.activity, include_threads: true }
|