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'>
|
<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}}
|
||||||
|
|
Loading…
Reference in New Issue