mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 17:29:25 +00: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…
x
Reference in New Issue
Block a user