From 16b9e0e4155e9e7aaaadd0cdf22c9a6553013754 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 31 Aug 2013 12:23:50 +0000 Subject: [PATCH] link to the things right [#577] --- views/report/channels.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/report/channels.jade b/views/report/channels.jade index 5415e5d..7cf5dcd 100644 --- a/views/report/channels.jade +++ b/views/report/channels.jade @@ -1,9 +1,9 @@ extends ../layout block content - h3 Browse by Channel on #{server} div#backlink a(href='/') « Home + h3 Browse by Channel on #{server} ul#quotelist -each count, name in channels a(href='/notify/'+encodeURIComponent(name)) @@ -14,3 +14,5 @@ block content -each nUser in users a(href='/notify/'+encodeURIComponent(nUser.name)) li.quotes #{nUser.name} (#{nUser.count}) + h3 + a(href='/notify/missing') My Missed Notifications