Include the latest class on the a tag in posters list

This commit is contained in:
Neil Lalonde 2013-06-11 16:53:20 -04:00
parent 1ecdd73a71
commit 5d7f22ed63
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<td class='posters'> <td class='posters'>
{{#each posters}} {{#each posters}}
<a href="{{user.path}}">{{avatar this usernamePath="user.username" imageSize="small"}}</a> <a href="{{user.path}}" class="{{unbound extras}}">{{avatar this usernamePath="user.username" imageSize="small"}}</a>
{{/each}} {{/each}}
</td> </td>