mirror of
https://github.com/funamitech/mastodon
synced 2025-01-04 17:03:27 +09: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 }
|