From 5ef4bcdecca27108c1a3ffc2da8cd151510a4cc9 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Tue, 4 Jun 2013 08:33:47 -0700 Subject: [PATCH] Add missing handlebar in featured_topics template --- .../discourse/templates/featured_topics.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars index 5135ddeca2c..fb5ee8d5c35 100644 --- a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars +++ b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars @@ -18,7 +18,7 @@
{{topicStatus topic=this}} - {{{topicLink this}} + {{{topicLink this}}} {{#if unread}} {{unbound unread}} {{/if}}