mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:01:11 +08:00
Merge pull request #3744 from tgxworld/fix_autocomplete_avatar_missing
FIX: Missing avatar in user autocomplete.
This commit is contained in:
commit
c5e3be0e71
|
@ -2,7 +2,8 @@
|
||||||
<ul>
|
<ul>
|
||||||
{{#each user in options.users}}
|
{{#each user in options.users}}
|
||||||
<li>
|
<li>
|
||||||
<a href {{avatar user imageSize="tiny"}}
|
<a href>
|
||||||
|
{{avatar user imageSize="tiny"}}
|
||||||
<span class='username'>{{user.username}}</span>
|
<span class='username'>{{user.username}}</span>
|
||||||
<span class='name'>{{user.name}}</span>
|
<span class='name'>{{user.name}}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user