dbot/views/report/channels.jade

11 lines
282 B
Plaintext

extends ../layout
block content
h3 Channels on #{server}
div#backlink
a(href='/notify') « Server List
ul#quotelist
-each channel in channels
a(href='/notify/'+server+'/'+encodeURIComponent(channel))
li.quotes #{channel}