Add waiting time to list of pending accounts in admin UI (#10985)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user