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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue