From b2e9be68bd5aa675ba35d03c0b4b5e1faaff6d31 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 22 Feb 2013 13:48:07 -0500 Subject: [PATCH] Suggested topics weren't using fancy titles --- .../discourse/templates/suggested_topic.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars b/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars index 2a0f3f388ae..93d172806c2 100644 --- a/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars +++ b/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars @@ -1,7 +1,7 @@ {{#with view.content}} {{#group}} - {{unbound title}} + {{{unbound fancy_title}}} {{#if unread}} {{unbound unread}} {{/if}}