diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-12-03 18:00:43 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-12-03 18:00:43 -0500 |
| commit | 4ccea08b8edbd3440f23cee2730a62d4013dc6e0 (patch) | |
| tree | 4ec5b32b9719c9fbdc629b06f324f43a1c0a9f62 /template/popular_dump.st | |
| parent | 13541b84837c8f360e2ae825d81ae489691b9e14 (diff) | |
| parent | 59af476f7d0c29319931102f05b7b6da63c5ee54 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/popular_dump.st')
| -rw-r--r-- | template/popular_dump.st | 2 |
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> }$ +$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> }$ </div> $share_buttons()$ </div> |
