mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +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>
|
||||
{{#each user in options.users}}
|
||||
<li>
|
||||
<a href {{avatar user imageSize="tiny"}}
|
||||
<a href>
|
||||
{{avatar user imageSize="tiny"}}
|
||||
<span class='username'>{{user.username}}</span>
|
||||
<span class='name'>{{user.name}}</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user