summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-04-10 13:59:10 -0700
committertimb <timb@mb.local>2010-04-10 13:59:10 -0700
commit1e3b2d85671460112838b946c10d7a82dfa30d7b (patch)
treeea2972669c8570fddf880b02405846dee86f00e6 /template
parentd00d4cd7f971029cc3e35578105d776e08600bbe (diff)
made it easier to change the thumb thing
Diffstat (limited to 'template')
-rw-r--r--template/chat.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st
index 2ab2369..4d75df5 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -62,9 +62,9 @@ $messages: { m |
<span class="nick">
<b><a href="/u/$m.nick$">$m.nick$</a></b>
$if(m.favorited)$
- <img src="/static/img/thumbs/color.right.gif" class="thumb chat-thumb" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/color.right.gif" class="chat-thumb" onclick="Tag.favorite(this)">
$else$
- <img src="/static/img/thumbs/pink.circle.gif" class="thumb chat-thumb" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/pink.circle.gif" class="chat-thumb" onclick="Tag.favorite(this)">
$endif$
</span>
<span class="content">$m.content$<span>