2013-07-06 20:45:21 +02:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
2013-08-24 19:53:16 +02:00
|
|
|
h3 Browse by Channel on #{server}
|
2013-07-06 20:45:21 +02:00
|
|
|
div#backlink
|
2013-08-24 15:56:45 +02:00
|
|
|
a(href='/notify') « Server List
|
2013-07-06 20:45:21 +02:00
|
|
|
ul#quotelist
|
|
|
|
-each channel in channels
|
2013-08-24 15:56:45 +02:00
|
|
|
a(href='/notify/'+server+'/'+encodeURIComponent(channel))
|
2013-07-06 20:45:21 +02:00
|
|
|
li.quotes #{channel}
|
2013-08-24 19:53:16 +02:00
|
|
|
|
|
|
|
h3 Browse by User on #{server}
|
|
|
|
ul#quotelist
|
|
|
|
-each nUser in users
|
|
|
|
a(href='/notify/'+server+'/'+encodeURIComponent(nUser.name))
|
|
|
|
li.quotes #{nUser.name} (#{nUser.count})
|