Add waiting time to list of pending accounts in admin UI (#10985)

master
Eugen Rochko 2019-06-07 03:24:10 +02:00 committed by multiple creatures
parent 968de2cfc2
commit 23d379e007
3 changed files with 5 additions and 2 deletions

View File

@ -36,13 +36,13 @@ module Admin
def approve
authorize @account.user, :approve?
@account.user.approve!
redirect_to admin_accounts_path(pending: '1')
redirect_to admin_pending_accounts_path
end
def reject
authorize @account.user, :reject?
SuspendAccountService.new.call(@account, including_user: true, destroy: true, skip_distribution: true)
redirect_to admin_accounts_path(pending: '1')
redirect_to admin_pending_accounts_path
end
def mark_unknown

View File

@ -8,6 +8,8 @@
= "(@#{account.username})"
%br/
= account.user_current_sign_in_ip
= t 'admin.accounts.time_in_queue', time: time_ago_in_words(account.user&.created_at)
- if account.user&.invite_request&.text&.present?
.pending-account__body

View File

@ -188,6 +188,7 @@ en:
statuses: Statuses
subscribe: Subscribe
suspended: Suspended
time_in_queue: Waiting in queue %{time}
title: Accounts
unconfirmed_email: Unconfirmed email
allow_nonsensitive: Allow non-sensitive