link to the things right [#577]

This commit is contained in:
reality 2013-08-31 12:23:50 +00:00
parent 9e67c94074
commit 16b9e0e415

View File

@ -1,9 +1,9 @@
extends ../layout extends ../layout
block content block content
h3 Browse by Channel on #{server}
div#backlink div#backlink
a(href='/') « Home a(href='/') « Home
h3 Browse by Channel on #{server}
ul#quotelist ul#quotelist
-each count, name in channels -each count, name in channels
a(href='/notify/'+encodeURIComponent(name)) a(href='/notify/'+encodeURIComponent(name))
@ -14,3 +14,5 @@ block content
-each nUser in users -each nUser in users
a(href='/notify/'+encodeURIComponent(nUser.name)) a(href='/notify/'+encodeURIComponent(nUser.name))
li.quotes #{nUser.name} (#{nUser.count}) li.quotes #{nUser.name} (#{nUser.count})
h3
a(href='/notify/missing') My Missed Notifications