FIX: Missing avatar in user autocomplete.

This commit is contained in:
Guo Xiang Tan 2015-09-10 12:30:21 +08:00
parent 90ad943dd3
commit 60b9985158
1 changed files with 2 additions and 1 deletions

View File

@ -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>