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

17 lines
497 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
-each channel in channels
a(href='/notify/'+server+'/'+encodeURIComponent(channel))
2013-07-06 20:45:21 +02:00
li.quotes #{channel}
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})