mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
fix columns of accounts
This commit is contained in:
parent
c583362748
commit
f887a3486c
@ -1 +1 @@
|
||||
2.6.5
|
||||
2.6.0
|
||||
|
@ -23,8 +23,8 @@
|
||||
%td
|
||||
= number_to_human account.user.sign_in_count, strip_insignificant_zeros: true
|
||||
%td
|
||||
= number_to_human @account.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
|
||||
todo
|
||||
%td
|
||||
= number_to_human account.user.followers_count, strip_insignificant_zeros: true
|
||||
todo
|
||||
|
@ -43,6 +43,7 @@
|
||||
%th= t('admin.accounts.role')
|
||||
%th= t('admin.accounts.most_recent_ip')
|
||||
%th= t('admin.accounts.most_recent_activity')
|
||||
%th links
|
||||
%th sign in
|
||||
%th statuses
|
||||
%th following
|
||||
|
Loading…
x
Reference in New Issue
Block a user