mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-01 14:45:01 +01:00
3 lines
215 B
Text
3 lines
215 B
Text
.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 }
|