FIX: add topic title back to choose-topic

This commit is contained in:
Kris 2020-07-16 20:19:33 -04:00
parent 15c4f6e4cf
commit 39fef99c37

View File

@ -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}}