about summary refs log tree commit diff
path: root/app/views/stream_entries/_detailed_status.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-31 14:02:07 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-03-31 14:02:07 +0200
commitbde5c0eaf9866386879d6b726296d7e3be1fc064 (patch)
tree54706b92b467428fcc332ab6c4ad33680373fef3 /app/views/stream_entries/_detailed_status.html.haml
parent5e26295e061b653d0134caf0b54447a3683aecba (diff)
Fix some views still not using counter caches
Diffstat (limited to 'app/views/stream_entries/_detailed_status.html.haml')
-rw-r--r--app/views/stream_entries/_detailed_status.html.haml4
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?
       ·