mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: add topic title back to choose-topic
This commit is contained in:
parent
15c4f6e4cf
commit
39fef99c37
@ -14,7 +14,7 @@
|
||||
<input id="choose-topic-{{t.id}}" {{action "chooseTopic" t}} type="radio" name="choose_topic_id">
|
||||
{{raw "topic-status" topic=t}}
|
||||
<span class="topic-title">
|
||||
{{t.title}}
|
||||
{{replace-emoji t.fancy_title}}
|
||||
</span>
|
||||
<span class="topic-categories">
|
||||
{{bound-category-link t.category recursive=true hideParent=true}}
|
||||
|
Loading…
Reference in New Issue
Block a user