dbot/views/users/channels.jade
2012-12-24 05:51:19 +00:00

11 lines
293 B
Plaintext

extends ../layout
block content
h3 Channels on #{connection}
div#backlink
a(href='/connections') « Connection List
ul#quotelist
-each channel in channels
a(href='/users/'+connection+'/'+channel.substr(1,channel.length))
li.quotes #{channel}