You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
494 B
Smarty
13 lines
494 B
Smarty
10 years ago
|
<h3>Upvoters <small>({upvoteCount})</small></h3>
|
||
|
<!-- BEGIN upvoters -->
|
||
|
<a href="{relative_path}/user/{upvoters.userslug}">
|
||
|
<img class="profile-image small" src="{upvoters.picture}" title="{upvoters.username}"/>
|
||
|
</a>
|
||
|
<!-- END upvoters -->
|
||
|
|
||
|
<h3>Downvoters <small>({downvoteCount})</small></h3>
|
||
|
<!-- BEGIN downvoters -->
|
||
|
<a href="{relative_path}/user/{downvoters.userslug}">
|
||
|
<img class="profile-image small" src="{downvoters.picture}" title="{downvoters.username}"/>
|
||
|
</a>
|
||
|
<!-- END downvoters -->
|