fix columns of accounts

This commit is contained in:
Mastodon 2019-10-15 15:00:20 +00:00
parent c583362748
commit f887a3486c
3 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
2.6.5 2.6.0

View File

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

View File

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