summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-10-03 09:08:19 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-10-03 09:08:19 -0400
commite5f01c9ad63b4547900a488c452523a3f88344c5 (patch)
tree3017ff555cc4e991b13b0913adacfe3f8a9c5c81 /template/share_buttons.st
parent3cf4af29bc9744f34aed362113dd6f158ec19144 (diff)
timb: testing using redis to store a sorted set of post favcounts
Diffstat (limited to 'template/share_buttons.st')
-rw-r--r--template/share_buttons.st5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
index 882ec07..7cb874f 100644
--- a/template/share_buttons.st
+++ b/template/share_buttons.st
@@ -11,4 +11,7 @@ $else$
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
</div>
$endif$
-</span> \ No newline at end of file
+$if(dump.favcount)$
+ $dump.favcount$
+$endif$
+</span>