mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
h3 Channels on #{server}
|
|
div#backlink
|
|
a(href='/report') « Server List
|
|
ul#quotelist
|
|
-each channel in channels
|
|
a(href='/report/'+server+'/'+encodeURIComponent(channel))
|
|
li.quotes #{channel}
|