dbot/views/report/channels.jade
2013-08-31 12:23:50 +00:00

19 lines
536 B
Plaintext

extends ../layout
block content
div#backlink
a(href='/') « Home
h3 Browse by Channel on #{server}
ul#quotelist
-each count, name in channels
a(href='/notify/'+encodeURIComponent(name))
li.quotes #{name} (#{count})
h3 Browse by User on #{server}
ul#quotelist
-each nUser in users
a(href='/notify/'+encodeURIComponent(nUser.name))
li.quotes #{nUser.name} (#{nUser.count})
h3
a(href='/notify/missing') My Missed Notifications