diff options
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> |
