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
|
%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.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
|
todo
|
||||||
%td
|
%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.role')
|
||||||
%th= t('admin.accounts.most_recent_ip')
|
%th= t('admin.accounts.most_recent_ip')
|
||||||
%th= t('admin.accounts.most_recent_activity')
|
%th= t('admin.accounts.most_recent_activity')
|
||||||
|
%th links
|
||||||
%th sign in
|
%th sign in
|
||||||
%th statuses
|
%th statuses
|
||||||
%th following
|
%th following
|
||||||
|
Loading…
x
Reference in New Issue
Block a user