mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Include the latest class on the a tag in posters list
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user