diff --git a/app/assets/javascripts/discourse/templates/topic.js.handlebars b/app/assets/javascripts/discourse/templates/topic.js.handlebars index 419fbb91495..6d9e1cc47ee 100644 --- a/app/assets/javascripts/discourse/templates/topic.js.handlebars +++ b/app/assets/javascripts/discourse/templates/topic.js.handlebars @@ -17,7 +17,7 @@

{{#if view.topic.fancy_title}} {{view Discourse.TopicStatusView topicBinding="view.topic"}} - {{{unbound view.topic.fancy_title}}} + {{{view.topic.fancy_title}}} {{else}} {{#if view.topic.errorLoading}} {{view.topic.errorTitle}} @@ -25,7 +25,7 @@ {{i18n topic.loading}} {{/if}} {{/if}} - {{categoryLink view.topic.category}} + {{#bind view.topic.category}}{{categoryLink this}}{{/bind}} {{#if view.topic.can_edit}}