summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2009-12-18 21:56:51 -0500
committersostler <sbostler@gmail.com>2009-12-18 21:56:51 -0500
commit704efb06cd424de7411f198bc4c6ce6b99a9dcbe (patch)
tree076c19e5c97264948f4d94f32b6869c5dd396f60 /template
parent5a8312ca25868679df1acb3b3fc208482460ee0e (diff)
Checkin before leaving
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/chat.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st
index 3a8f79f..3a4cbfd 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -28,14 +28,14 @@
</div>
<div id="userList">
$users: { u |
- <div>$u$</div>
+ <div><a href="/u/$u$">$u$</a></div>
}$
</div>
<div id="messagePane">
<div id="messageList">
$messages: { m |
- <div class="msgDiv oldmsg"><b>$m.nick$: </b>
+ <div class="msgDiv oldmsg"><b><a href="/u/$m.nick$">$m.nick$</a>: </b>
<span class="content">$m.content$<span></div>
}$
<hr />