dbot/views/report/channels.jade
2013-08-31 12:17:06 +00:00

17 lines
471 B
Plaintext

extends ../layout
block content
h3 Browse by Channel on #{server}
div#backlink
a(href='/') « Home
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})