This changes it so we only ship an avatar template down to the client it has no magic, all it knows is how to plug in size
6 lines
275 B
Handlebars
6 lines
275 B
Handlebars
<td class='posters'>
|
|
{{#each poster in posters}}
|
|
<a href="{{poster.user.path}}" data-user-card="{{poster.user.username}}" class="{{poster.extras}}">{{avatar poster avatarTemplatePath="user.avatar_template" usernamePath="user.username" imageSize="small"}}</a>
|
|
{{/each}}
|
|
</td>
|