dbot/views/users/channels.jade

11 lines
282 B
Plaintext
Raw Normal View History

2012-12-24 06:47:47 +01:00
extends ../layout
block content
h3 Channels on #{connection}
div#backlink
a(href='/users') « Connection List
ul#quotelist
-each channel in channels
a(href='/users/'+connection+'/'+encodeURIComponent(channel))
li.quotes #{channel}