diff --git a/app/assets/javascripts/discourse/templates/components/ip-lookup.hbs b/app/assets/javascripts/discourse/templates/components/ip-lookup.hbs index ba9c9d28df2..e6ea920f462 100644 --- a/app/assets/javascripts/discourse/templates/components/ip-lookup.hbs +++ b/app/assets/javascripts/discourse/templates/components/ip-lookup.hbs @@ -33,20 +33,26 @@
{{location.phone}}
{{/if}} {{else}} -
+ {{loading-spinner size="small"}} {{/if}} -
{{i18n ip_lookup.other_accounts}}
-
- {{#if other_accounts_loading}} -
- {{else}} - {{#each other_accounts}} - {{#link-to "adminUser" this}}{{avatar this usernamePath="user.username" imageSize="small"}}{{/link-to}} +
{{i18n ip_lookup.other_accounts}} {{other_accounts.length}}
+
+ {{#loading-spinner size="small" condition=other_accounts_loading}} + {{#if other_accounts}} +