mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:04:59 +08:00
FIX: Missing avatar in user autocomplete.
This commit is contained in:
parent
90ad943dd3
commit
60b9985158
|
@ -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