summaryrefslogtreecommitdiff
path: root/template/popular_dump.st
diff options
context:
space:
mode:
authorScott Ostler <sbsotler@gmail.com>2010-11-14 13:16:12 -0800
committerScott Ostler <sbsotler@gmail.com>2010-11-14 13:16:12 -0800
commit1179b2a2aefb6a4c15db9634cc0c9c910fea8efa (patch)
treefcc8a2b5bd10003de4f626a8b5d71d9e3c99baaa /template/popular_dump.st
parentc6d587ff0cc72fda619cea633050607c12987faf (diff)
Added redis back for popular posts, fixed CTRL-M chars in src/site.clj, tweaked single_message.st
Diffstat (limited to 'template/popular_dump.st')
-rw-r--r--template/popular_dump.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/popular_dump.st b/template/popular_dump.st
index 4709725..88e61c4 100644
--- a/template/popular_dump.st
+++ b/template/popular_dump.st
@@ -9,7 +9,7 @@ $dump.created_on$ - in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b
<div class="content">$dump.content$</div>
<hr/>
<div class="faver-list">
-$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; }$
+$dump.count$ <img src="http://dump.fm/static/img/thumbs/heartfavedsm.gif"></span> $dump.favers: { nick | <a href="http://dump.fm/$nick$/popular"><b>$nick$</b></a> &nbsp; }$
</div>
$share_buttons()$
</div>