mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
4 lines
215 B
Plaintext
4 lines
215 B
Plaintext
.activity-stream.activity-stream-headless
|
|
- @statuses.each do |status|
|
|
= render partial: 'stream_entries/status', locals: { status: status, include_threads: false, is_successor: false, is_predecessor: false }
|