summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rw-r--r--template/chat.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/chat.st b/template/chat.st
index a018174..422c640 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -60,11 +60,11 @@ $users: { u |
$messages: { m |
<div class="msgDiv oldmsg dump $if(m.favorited)$favorite$endif$" id="message-$m.message_id$" nick="$m.nick$">
<span class="nick">
- <b><a href="/u/$m.nick$">$m.nick$</a>:</b>
+ <b><a href="/u/$m.nick$">$m.nick$</a></b>
$if(m.favorited)$
- <img src="/static/img/thumbs/color.right.gif" class="chat-thumb" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)">
$else$
- <img src="/static/img/thumbs/pink.circle.gif" class="chat-thumb" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/smallheart.gif" class="chat-thumb" onclick="Tag.favorite(this)">
$endif$
</span>
<span class="content">$m.content$</span>