From c58336274880403c3f3450bc410f204cc19efd3d Mon Sep 17 00:00:00 2001 From: Baptiste Lemoine Date: Tue, 15 Oct 2019 16:09:10 +0200 Subject: [PATCH] statuses count in admin accounts --- app/views/admin/accounts/_account.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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