mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
⚡ more data in user list
This commit is contained in:
parent
5ecd06558e
commit
8686311aaf
@ -20,3 +20,11 @@
|
||||
- else
|
||||
= table_link_to 'circle', t('admin.accounts.web'), web_path("accounts/#{account.id}")
|
||||
= table_link_to 'globe', t('admin.accounts.public'), ActivityPub::TagManager.instance.url_for(account)
|
||||
%td
|
||||
account.user.sign_in_count
|
||||
%td
|
||||
account.user.statuses_count
|
||||
%td
|
||||
account.user.following_count
|
||||
%td
|
||||
account.user.followers_count
|
||||
|
@ -43,7 +43,10 @@
|
||||
%th= t('admin.accounts.role')
|
||||
%th= t('admin.accounts.most_recent_ip')
|
||||
%th= t('admin.accounts.most_recent_activity')
|
||||
%th
|
||||
%th sign in
|
||||
%th statuses
|
||||
%th following
|
||||
%th followers
|
||||
%tbody
|
||||
= render @accounts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user