From 633f666e5dcf9dc04c08dfb74ac5fbe990b4b9e6 Mon Sep 17 00:00:00 2001 From: slifszyc Date: Fri, 6 Nov 2015 11:51:09 -0300 Subject: [PATCH] [notifications] - Add notifications page. Close #1126 --- lib/notifications-page/notifications.js | 3 ++- lib/notifications-page/template.jade | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/notifications-page/notifications.js b/lib/notifications-page/notifications.js index c620012336..775bade07a 100644 --- a/lib/notifications-page/notifications.js +++ b/lib/notifications-page/notifications.js @@ -42,4 +42,5 @@ function notificationsMiddleware(ctx, next) { if (404 !== err.status) throw err log(`Unable to load notifications for user ${ctx.user}`) }) -} \ No newline at end of file +} + diff --git a/lib/notifications-page/template.jade b/lib/notifications-page/template.jade index 3efe85bc8c..03ad4c3190 100644 --- a/lib/notifications-page/template.jade +++ b/lib/notifications-page/template.jade @@ -57,3 +57,4 @@ mixin message (notification) - else .notifications-empty p=t('notifications.empty') +