mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
statuses count in admin accounts
This commit is contained in:
parent
eaf49637c7
commit
c583362748
@ -23,7 +23,7 @@
|
|||||||
%td
|
%td
|
||||||
= number_to_human account.user.sign_in_count, strip_insignificant_zeros: true
|
= number_to_human account.user.sign_in_count, strip_insignificant_zeros: true
|
||||||
%td
|
%td
|
||||||
= number_to_human account.user.statuses_count, strip_insignificant_zeros: true
|
= number_to_human @account.statuses_count, strip_insignificant_zeros: true
|
||||||
%td
|
%td
|
||||||
= number_to_human account.user.following_count, strip_insignificant_zeros: true
|
= number_to_human account.user.following_count, strip_insignificant_zeros: true
|
||||||
%td
|
%td
|
||||||
|
Loading…
Reference in New Issue
Block a user