summaryrefslogtreecommitdiff
path: root/template/popular_dump.st
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-07-04 18:19:18 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-07-04 18:19:18 -0400
commitae77b19680b6b83d93d5951108029c4889c5868a (patch)
tree20b70f21af02cb09f0d616cbc16ebe05ce35e413 /template/popular_dump.st
parent231a9933b7766306ae109b2e511c971caadea6b2 (diff)
parent57b4ecea5e20f4746c23911a6cc85508e0509536 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
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>