more data in user list

This commit is contained in:
tykayn 2019-08-23 14:16:44 +02:00
parent 5ecd06558e
commit 8686311aaf
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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