about summary refs log tree commit diff
path: root/app/views/admin/pending_accounts/_account.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/pending_accounts/_account.html.haml')
-rw-r--r--app/views/admin/pending_accounts/_account.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/pending_accounts/_account.html.haml b/app/views/admin/pending_accounts/_account.html.haml
index 7a9796a67..5b475b59a 100644
--- a/app/views/admin/pending_accounts/_account.html.haml
+++ b/app/views/admin/pending_accounts/_account.html.haml
@@ -7,7 +7,7 @@
         %strong= account.user_email
         = "(@#{account.username})"
       %br/
-      = account.user_current_sign_in_ip
+      %samp= account.user_current_sign_in_ip

       = t 'admin.accounts.time_in_queue', time: time_ago_in_words(account.user&.created_at)