Fix some views still not using counter caches
This commit is contained in:
parent
5e26295e06
commit
bde5c0eaf9
5 changed files with 13 additions and 13 deletions
|
@ -41,11 +41,11 @@
|
|||
·
|
||||
%span<
|
||||
= fa_icon('retweet')
|
||||
%span= status.reblogs.count
|
||||
%span= status.reblogs_count
|
||||
·
|
||||
%span<
|
||||
= fa_icon('star')
|
||||
%span= status.favourites.count
|
||||
%span= status.favourites_count
|
||||
|
||||
- if user_signed_in?
|
||||
·
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue