From 3e00672c7d98e6423f69edf4fd9510dba6915688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 24 Aug 2016 22:07:25 +0200 Subject: [PATCH] FIX: clicking the timestamp next to a feature topics should link to the latest post --- .../discourse/templates/components/featured-topic.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/components/featured-topic.hbs b/app/assets/javascripts/discourse/templates/components/featured-topic.hbs index 61f81c1294d..e84b8bf4e78 100644 --- a/app/assets/javascripts/discourse/templates/components/featured-topic.hbs +++ b/app/assets/javascripts/discourse/templates/components/featured-topic.hbs @@ -8,5 +8,5 @@ {{format-age topic.last_posted_at}} {{else}} - {{format-age topic.last_posted_at}} + {{format-age topic.last_posted_at}} {{/if}}