diff --git a/.ruby-version b/.ruby-version index 57cf282eb..e70b4523a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.5 +2.6.0 diff --git a/app/views/admin/accounts/_account.html.haml b/app/views/admin/accounts/_account.html.haml index c64906192..c81fe1148 100644 --- a/app/views/admin/accounts/_account.html.haml +++ b/app/views/admin/accounts/_account.html.haml @@ -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 diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index 194706f4b..c63eaf5bc 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -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