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