diff --git a/app/assets/javascripts/discourse/app/templates/components/reviewable-topic-link.hbs b/app/assets/javascripts/discourse/app/templates/components/reviewable-topic-link.hbs index 2860b51b82b..4b9a0d8e861 100644 --- a/app/assets/javascripts/discourse/app/templates/components/reviewable-topic-link.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/reviewable-topic-link.hbs @@ -1,7 +1,7 @@
{{#if reviewable.topic}} {{topic-status topic=reviewable.topic showPrivateMessageIcon=true}} - {{reviewable.topic.title}} + {{html-safe reviewable.topic.fancyTitle}} {{category-badge reviewable.category}} {{reviewable-tags tags=reviewable.topic_tags tagName=""}} {{else if (has-block)}}