Skip to content

Commit

Permalink
[notifications] - Add notifications page. Close #1126
Browse files Browse the repository at this point in the history
  • Loading branch information
sachalifs authored and mjlescano committed Jan 7, 2016
1 parent d43f295 commit 633f666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/notifications-page/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ function notificationsMiddleware(ctx, next) {
if (404 !== err.status) throw err
log(`Unable to load notifications for user ${ctx.user}`)
})
}
}

1 change: 1 addition & 0 deletions lib/notifications-page/template.jade
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ mixin message (notification)
- else
.notifications-empty
p=t('notifications.empty')

0 comments on commit 633f666

Please sign in to comment.