diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-31 14:02:07 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-31 14:02:07 +0200 |
commit | bde5c0eaf9866386879d6b726296d7e3be1fc064 (patch) | |
tree | 54706b92b467428fcc332ab6c4ad33680373fef3 /app/views/stream_entries | |
parent | 5e26295e061b653d0134caf0b54447a3683aecba (diff) |
Fix some views still not using counter caches
Diffstat (limited to 'app/views/stream_entries')
-rw-r--r-- | app/views/stream_entries/_detailed_status.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/stream_entries/_detailed_status.html.haml b/app/views/stream_entries/_detailed_status.html.haml index 11940883e..8495f28b9 100644 --- a/app/views/stream_entries/_detailed_status.html.haml +++ b/app/views/stream_entries/_detailed_status.html.haml @@ -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? · |