dbot/views/users/users.jade

11 lines
319 B
Plaintext
Raw Normal View History

2012-12-24 06:47:47 +01:00
extends ../layout
block content
h3 Users currently in #{channel} on #{connection}
div#backlink
a(href='/channels/'+connection) « Channel List
ul#quotelist
-each nick in nicks
a(href='/user/'+connection+'/'+channel.substr(1,channel.length)+'/'+nick)
li.quotes #{nick}