mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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">
|
<div class="post-topic">
|
||||||
{{#if reviewable.topic}}
|
{{#if reviewable.topic}}
|
||||||
{{topic-status topic=reviewable.topic showPrivateMessageIcon=true}}
|
{{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}}
|
{{category-badge reviewable.category}}
|
||||||
{{reviewable-tags tags=reviewable.topic_tags tagName=""}}
|
{{reviewable-tags tags=reviewable.topic_tags tagName=""}}
|
||||||
{{else if (has-block)}}
|
{{else if (has-block)}}
|
||||||
|
Loading…
Reference in New Issue
Block a user