From faabdad04e71176b126934c9f25391b95aa9088d Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 19 Dec 2014 10:34:09 -0500 Subject: [PATCH] FIX: Regression with ember upgrade on notifications --- .../javascripts/discourse/templates/user/notifications.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/user/notifications.hbs b/app/assets/javascripts/discourse/templates/user/notifications.hbs index e1e51542b..ab18934d4 100644 --- a/app/assets/javascripts/discourse/templates/user/notifications.hbs +++ b/app/assets/javascripts/discourse/templates/user/notifications.hbs @@ -15,7 +15,7 @@ {{/if}} {{#each n in model itemController="notification"}} -
+
{{notification-item notification=n scope=n.scope}} {{format-date n.created_at leaveAgo="true"}}