FIX: missing Mark all as Read button

This commit is contained in:
Sam 2015-12-30 13:50:01 +11:00
parent a4587b18f5
commit 2a95e46d3e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export default Discourse.Route.extend({
controllerName: 'user-notifications',
renderTemplate() {
this.render("user/notifications-index");
}