2016-02-29 18:42:08 +00:00
|
|
|
- content_for :header_tags do
|
|
|
|
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_stream_entry_url(@account, @stream_entry, format: 'atom') }/
|
2016-11-24 17:28:10 +00:00
|
|
|
%meta{ name: 'og:site_name', content: 'Mastodon' }/
|
|
|
|
%meta{ name: 'og:type', content: 'article' }/
|
|
|
|
%meta{ name: 'og:article:author', content: @account.username }/
|
2016-02-29 18:42:08 +00:00
|
|
|
|
2016-03-06 11:34:39 +00:00
|
|
|
.activity-stream.activity-stream-headless
|
2016-03-21 11:11:27 +00:00
|
|
|
= render partial: @type, locals: { @type.to_sym => @stream_entry.activity, include_threads: true }
|