Update votes_modal.tpl

main
Kitsune Solar 9 years ago committed by GitHub
parent 23adbaa30b
commit f12005102b

@ -1,4 +1,4 @@
<h3>Upvoters <small>({upvoteCount})</small></h3>
<h3>[[global:upvoters]] <small>({upvoteCount})</small></h3>
<!-- BEGIN upvoters -->
<a href="{config.relative_path}/user/{upvoters.userslug}">
<!-- IF upvoters.picture -->
@ -9,7 +9,7 @@
</a>
<!-- END upvoters -->
<h3>Downvoters <small>({downvoteCount})</small></h3>
<h3>[[global:downvoters]] <small>({downvoteCount})</small></h3>
<!-- BEGIN downvoters -->
<a href="{config.relative_path}/user/{downvoters.userslug}">
<!-- IF downvoters.picture -->
@ -18,4 +18,4 @@
<div class="avatar avatar-sm" style="background-color: {downvoters.icon:bgColor};">{downvoters.icon:text}</div>
<!-- ENDIF downvoters.picture -->
</a>
<!-- END downvoters -->
<!-- END downvoters -->

Loading…
Cancel
Save