diff --git a/app/views/admin/accounts/_account.html.haml b/app/views/admin/accounts/_account.html.haml index 18cc36ca3..c64906192 100644 --- a/app/views/admin/accounts/_account.html.haml +++ b/app/views/admin/accounts/_account.html.haml @@ -23,7 +23,7 @@ %td = number_to_human account.user.sign_in_count, strip_insignificant_zeros: true %td - = number_to_human account.user.statuses_count, strip_insignificant_zeros: true + = number_to_human @account.statuses_count, strip_insignificant_zeros: true %td = number_to_human account.user.following_count, strip_insignificant_zeros: true %td