dbot/views/report/channels.jade
2013-08-24 17:53:16 +00:00

17 lines
497 B
Plaintext

extends ../layout
block content
h3 Browse by Channel on #{server}
div#backlink
a(href='/notify') « Server List
ul#quotelist
-each channel in channels
a(href='/notify/'+server+'/'+encodeURIComponent(channel))
li.quotes #{channel}
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})