From daa5d023d6e4a4b696d56a7f408a80a041a0d6cc Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 17 Jan 2014 12:32:56 -0500 Subject: [PATCH] FIX: topics with no replies should show coldness in activity column --- .../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 7992cad29e6..738d745c928 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}}