From 564a7e505e4c08aa0500e0dcf9d89f331cf8b65e Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 21 Jan 2014 11:06:18 -0500 Subject: [PATCH] FIX: Deprecation warning on bindAttr --- .../discourse/templates/list/topic_list_item.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars index 738d745c92..ca9d6ae98d 100644 --- a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars +++ b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars @@ -61,7 +61,7 @@ {{else}} - {{unboundAge created_at}} + {{unboundAge created_at}} {{/if}}