mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-07 16:33:24 +00:00
8 lines
263 B
Plaintext
8 lines
263 B
Plaintext
|
%div.entry
|
||
|
.header
|
||
|
= render partial: 'status_header', locals: { status: status.reblog? ? status.reblog : status }
|
||
|
.content
|
||
|
= status.content
|
||
|
.counters
|
||
|
= render partial: 'status_footer', locals: { status: status.reblog? ? status.reblog : status }
|