Include the latest class on the a tag in posters list
This commit is contained in:
parent
1ecdd73a71
commit
5d7f22ed63
|
@ -47,7 +47,7 @@
|
|||
|
||||
<td class='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}}
|
||||
</td>
|
||||
|
||||
|
|
Loading…
Reference in New Issue