3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 12:59:34 +01:00
dbot/views/report/channels.jade

11 lines
282 B
Plaintext
Raw Normal View History

2013-07-06 20:45:21 +02:00
extends ../layout
block content
h3 Channels on #{server}
div#backlink
2013-07-29 23:08:41 +02:00
a(href='/report') « Server List
2013-07-06 20:45:21 +02:00
ul#quotelist
-each channel in channels
2013-07-29 23:08:41 +02:00
a(href='/report/'+server+'/'+encodeURIComponent(channel))
2013-07-06 20:45:21 +02:00
li.quotes #{channel}