3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/views/report/channels.jade

17 lines
506 B
Plaintext
Raw Normal View History

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