summaryrefslogtreecommitdiff
path: root/template/popular_dump.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-03 22:03:45 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-03 22:03:45 -0400
commit57b4ecea5e20f4746c23911a6cc85508e0509536 (patch)
tree95e2138c9ce773b4cf517d86b02b35a2b512cfb6 /template/popular_dump.st
parent9c321907a9f755949c760f62703fb0d00e61e415 (diff)
sostler prod commit
Diffstat (limited to 'template/popular_dump.st')
-rw-r--r--template/popular_dump.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/popular_dump.st b/template/popular_dump.st
index 872b88b..4709725 100644
--- a/template/popular_dump.st
+++ b/template/popular_dump.st
@@ -1,15 +1,15 @@
<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$">
<div id="profiletxt">
-$dump.created_on$ -- in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b>
-<span>&nbsp;&nbsp;&nbsp;<img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$</span>
+$dump.created_on$ - in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b>
+
</div>
<div class="content">$dump.content$</div>
<hr/>
<div class="faver-list">
-$dump.favers: { f | $if(f.avatar)$<img height="16px" width="16px" src="$f.avatar$">$endif$ <a href="http://dump.fm/$f.nick$">$f.nick$</a> &nbsp; }$
+$dump.count$ <img src="http://dump.fm/static/img/thumbs/heartfavedsm.gif"></span> $dump.favers: { f | <a href="http://dump.fm/$f.nick$/popular"><b>$f.nick$</b></a> &nbsp; }$
</div>
$share_buttons()$
</div>