Fix some views still not using counter caches

This commit is contained in:
Eugen Rochko
2017-03-31 14:02:07 +02:00
parent 5e26295e06
commit bde5c0eaf9
5 changed files with 13 additions and 13 deletions

View File

@ -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?
·