Adding a test for ReblogService, fixing mentions for remote statuses
This commit is contained in:
parent
47d50b0e39
commit
11ff92c9d7
10 changed files with 82 additions and 26 deletions
|
@ -1,10 +1,2 @@
|
|||
.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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue