mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: topic lists on mobile should include featured links
This commit is contained in:
@ -10,6 +10,9 @@
|
|||||||
<div class='main-link'>
|
<div class='main-link'>
|
||||||
{{raw "topic-status" topic=topic}}
|
{{raw "topic-status" topic=topic}}
|
||||||
{{topic-link topic}}
|
{{topic-link topic}}
|
||||||
|
{{#if topic.featured_link}}
|
||||||
|
{{topic-featured-link topic}}
|
||||||
|
{{/if}}
|
||||||
{{#if topic.unseen}}
|
{{#if topic.unseen}}
|
||||||
<span class="badge-notification new-topic"></span>
|
<span class="badge-notification new-topic"></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user