diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-03 22:03:45 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-03 22:03:45 -0400 |
| commit | 57b4ecea5e20f4746c23911a6cc85508e0509536 (patch) | |
| tree | 95e2138c9ce773b4cf517d86b02b35a2b512cfb6 /template/popular_dump.st | |
| parent | 9c321907a9f755949c760f62703fb0d00e61e415 (diff) | |
sostler prod commit
Diffstat (limited to 'template/popular_dump.st')
| -rw-r--r-- | template/popular_dump.st | 6 |
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> <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> }$ +$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> }$ </div> $share_buttons()$ </div> |
