|
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
- if status.application |
|
|
|
|
= status.application.name |
|
|
|
|
· |
|
|
|
|
= link_to ActivityPub::TagManager.instance.url_for(status), class: 'detailed-status__datetime', target: stream_link_target, rel: 'noopener noreferrer' do |
|
|
|
|
= link_to ActivityPub::TagManager.instance.url_for(status.proper), class: 'detailed-status__datetime', target: stream_link_target, rel: 'noopener noreferrer' do |
|
|
|
|
%time.formatted{ datetime: status.created_at.iso8601, title: l(status.created_at) }= l(status.created_at) |
|
|
|
|
- if status.edited? |
|
|
|
|
· |
|
|
|
|
|