diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-04 13:00:32 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-04 13:00:32 -0400 |
| commit | 9fd7bb2df6ea4ec14ab4b53f403738a7fc83f570 (patch) | |
| tree | d992deab93e9d1c3b4e509d632709b1d9a082e58 /template/chat.st | |
| parent | a4e5f1dfa6bb0a710dcb987a56445deeccc048ce (diff) | |
sostler prod commit
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st index 8c290b7..0b4ad10 100644 --- a/template/chat.st +++ b/template/chat.st @@ -46,7 +46,7 @@ $banner()$ </div> <div id="userList"> $users: { u | - <div class="username"><a href="/u/$u.nick$" target="_blank"> + <div class="username"><a href="/$u.nick$" target="_blank"> $if(u.avatar)$ <img src="$u.avatar$" width="50" height="50"> $else$ @@ -61,7 +61,7 @@ $banner()$ $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="/$m.nick$">$m.nick$</a></b> $if(m.favorited)$ <img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)"> $else$ |
