mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:06:40 +08:00
FIX: topic lists on mobile should include featured links
This commit is contained in:
parent
eefd286f71
commit
67a0a36362
|
@ -10,6 +10,9 @@
|
|||
<div class='main-link'>
|
||||
{{raw "topic-status" topic=topic}}
|
||||
{{topic-link topic}}
|
||||
{{#if topic.featured_link}}
|
||||
{{topic-featured-link topic}}
|
||||
{{/if}}
|
||||
{{#if topic.unseen}}
|
||||
<span class="badge-notification new-topic"></span>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user