mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
FIX: Render topic fancy title in review queue (#11713)
This commit is contained in:
parent
4321a55b61
commit
54d3b37b48
@ -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)}}
|
||||
|
Loading…
Reference in New Issue
Block a user