diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-07 03:24:10 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-19 16:38:32 -0600 |
commit | 23d379e0076e91e5651968b7af92178ba976988b (patch) | |
tree | c23b7e4cc848efdc964b049114f800d0283312b4 /app/views/admin | |
parent | 968de2cfc281216ec41ba5673b5cfb52c66006f7 (diff) |
Add waiting time to list of pending accounts in admin UI (#10985)
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/pending_accounts/_account.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/pending_accounts/_account.html.haml b/app/views/admin/pending_accounts/_account.html.haml index 1ed5dafdd..7a9796a67 100644 --- a/app/views/admin/pending_accounts/_account.html.haml +++ b/app/views/admin/pending_accounts/_account.html.haml @@ -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 |