2013-07-06 20:45:21 +02:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
|
|
|
div#backlink
|
2013-08-31 14:17:06 +02:00
|
|
|
a(href='/') « Home
|
2013-08-31 14:23:50 +02:00
|
|
|
h3 Browse by Channel on #{server}
|
2013-07-06 20:45:21 +02:00
|
|
|
ul#quotelist
|
2013-08-24 22:55:57 +02:00
|
|
|
-each count, name in channels
|
2013-08-31 14:17:06 +02:00
|
|
|
a(href='/notify/'+encodeURIComponent(name))
|
2013-08-24 22:55:57 +02:00
|
|
|
li.quotes #{name} (#{count})
|
2013-08-24 19:53:16 +02:00
|
|
|
|
|
|
|
h3 Browse by User on #{server}
|
|
|
|
ul#quotelist
|
|
|
|
-each nUser in users
|
2013-08-31 14:17:06 +02:00
|
|
|
a(href='/notify/'+encodeURIComponent(nUser.name))
|
2013-08-24 19:53:16 +02:00
|
|
|
li.quotes #{nUser.name} (#{nUser.count})
|
2013-08-31 14:23:50 +02:00
|
|
|
h3
|
|
|
|
a(href='/notify/missing') My Missed Notifications
|