forked from treehouse/mastodon
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
.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 "In response to #{status.thread.account.acct}", status_url(status.thread), class: 'conversation-link'
|