mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
10 lines
267 B
Text
10 lines
267 B
Text
.counter.counter-reblogs
|
|
%i.fa.fa-retweet
|
|
%span.num= status.reblogs.count
|
|
|
|
.counter.counter-favourites
|
|
%i.fa.fa-star
|
|
%span.num= status.favourites.count
|
|
|
|
- if status.reply?
|
|
= link_to 'View conversation', status_url(status.thread), class: 'conversation-link'
|