diff options
Diffstat (limited to 'template/fame_dump.st')
| -rw-r--r-- | template/fame_dump.st | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/template/fame_dump.st b/template/fame_dump.st index 05cc9fe..9403696 100644 --- a/template/fame_dump.st +++ b/template/fame_dump.st @@ -4,21 +4,10 @@ $else$ <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> $endif$ -$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b> - <div id="logavatar"> -$if(dump.avatar)$ - <img height="50" width="50" src="$dump.avatar$" /> -$else$ - <img height="50" width="50" src="/static/noinfo.png"> -$endif$ - </div></a> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$ -<!-- -$if(dump.favorited)$ - <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)"> -$else$ - <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)"> -$endif$ ---> + +$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a> +<span> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$</span> + <div class="content">$dump.content$</div> <hr /> $share_buttons()$ |
