From 15a41a41f2e2b4ddab0fe4631cd77b52bad662c2 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 12 Jul 2013 12:47:26 -0400 Subject: [PATCH] Use fancy formatting in the suggested topics list --- .../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 46dbc235471..6fb2c16edc7 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}}