0
0
Fork 0

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

@ -47,13 +47,13 @@
%tr
%th Follows
%td= @account.following.count
%td= @account.following_count
%tr
%th Followers
%td= @account.followers.count
%td= @account.followers_count
%tr
%th Statuses
%td= @account.statuses.count
%td= @account.statuses_count
%tr
%th Media attachments
%td