forked from GitHub/dbot
11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
h3 Channels on #{server}
|
|
div#backlink
|
|
a(href='/warning') « Server List
|
|
ul#quotelist
|
|
-each channel in channels
|
|
a(href='/notify/'+server+'/'+encodeURIComponent(channel))
|
|
li.quotes #{channel}
|