FIX: Couldn't click on avatar on private message list

This commit is contained in:
Robin Ward 2014-11-12 11:53:07 -05:00
parent 7244266174
commit e26e5312d7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
{{#if controller.showParticipants}}
<td class='participants'>
{{#each participants}}
<a href="{{user.path}}" class="{{extras}}">{{avatar this usernamePath="user.username" imageSize="small"}}</a>
<a href="{{unbound user.path}}" data-user-card="{{unbound user.username}}" class="{{unbound extras}}">{{avatar this usernamePath="user.username" imageSize="small"}}</a>
{{/each}}
</td>
{{/if}}

View File

@ -38,7 +38,7 @@
{{#if controller.showParticipants}}
<div class='participants'>
{{#each participants}}
<a href="{{user.path}}" class="{{extras}}">{{avatar this usernamePath="user.username" imageSize="small"}}</a>
<a href="{{unbound user.path}}" class="{{unbound extras}}">{{avatar this usernamePath="user.username" imageSize="small"}}</a>
{{/each}}
</div>
{{/if}}