3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-11 12:00:52 +01:00
dbot/views/report/channels.jade

17 lines
506 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
2013-08-24 20:55:57 +00:00
-each count, name in channels
a(href='/notify/'+server+'/'+encodeURIComponent(name))
li.quotes #{name} (#{count})
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})