From cca621e70abefef2463548b083b73fbce5cb6c45 Mon Sep 17 00:00:00 2001 From: Kane York Date: Tue, 1 Sep 2015 08:49:38 -0700 Subject: [PATCH] FIX: First post time not visible in topic list --- .../discourse/templates/list/activity-column.raw.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs b/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs index e74f1586fa1..31a907f6552 100644 --- a/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs +++ b/app/assets/javascripts/discourse/templates/list/activity-column.raw.hbs @@ -1 +1 @@ -<{{this.tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{topic.bumpedAtTitle}}">{{format-date topic.bumpedAt format="tiny" noTitle=true}} +<{{this.tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{topic.bumpedAtTitle}}">{{format-date topic.bumpedAt format="tiny" noTitle="true"}}