diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-04 18:19:18 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-04 18:19:18 -0400 |
| commit | ae77b19680b6b83d93d5951108029c4889c5868a (patch) | |
| tree | 20b70f21af02cb09f0d616cbc16ebe05ce35e413 /template/popular_dump.st | |
| parent | 231a9933b7766306ae109b2e511c971caadea6b2 (diff) | |
| parent | 57b4ecea5e20f4746c23911a6cc85508e0509536 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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> |
