FIX: Render topic fancy title in review queue (#11713)

This commit is contained in:
Mark VanLandingham 2021-01-14 12:33:19 -06:00 committed by GitHub
parent 4321a55b61
commit 54d3b37b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="post-topic">
{{#if reviewable.topic}}
{{topic-status topic=reviewable.topic showPrivateMessageIcon=true}}
<a href={{reviewable.target_url}} class="title-text">{{reviewable.topic.title}}</a>
<a href={{reviewable.target_url}} class="title-text">{{html-safe reviewable.topic.fancyTitle}}</a>
{{category-badge reviewable.category}}
{{reviewable-tags tags=reviewable.topic_tags tagName=""}}
{{else if (has-block)}}