dbot/views/report/channels.jade

17 lines
497 B
Plaintext
Raw Normal View History

2013-07-06 18:45:21 +00:00
extends ../layout
block content
2013-08-24 17:53:16 +00:00
h3 Browse by Channel on #{server}
2013-07-06 18:45:21 +00:00
div#backlink
a(href='/notify') « Server List
2013-07-06 18:45:21 +00:00
ul#quotelist
-each channel in channels
a(href='/notify/'+server+'/'+encodeURIComponent(channel))
2013-07-06 18:45:21 +00:00
li.quotes #{channel}
2013-08-24 17:53:16 +00:00
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})