summaryrefslogtreecommitdiff
path: root/template/log_dump.st
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-07-02 09:24:34 -0700
committertim b <timb@camcompu.home>2010-07-02 09:24:34 -0700
commitfb4f8932ad3caf7a5ffdb09685d7424879a92ead (patch)
treeb018770c09f58da9b511baadb5b9b32bbcf6c137 /template/log_dump.st
parent532d81b0207314aad593d1e398076915e53da7e9 (diff)
parent5b2139d5a747f37264160b43b4c776846b54cb74 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/log_dump.st')
-rw-r--r--template/log_dump.st23
1 files changed, 5 insertions, 18 deletions
diff --git a/template/log_dump.st b/template/log_dump.st
index f594cea..17e6adc 100644
--- a/template/log_dump.st
+++ b/template/log_dump.st
@@ -4,22 +4,9 @@ $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>
-<!--
-$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$
--->
- <div class="content">$dump.content$</div>
- <hr />
+
+$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a>
+<div class="content">$dump.content$</div>
+<hr />
$share_buttons()$
- </div>
+</div>