mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Split out latest-topic-list-contents
component
This commit is contained in:
parent
8ccde140e5
commit
0c2d20a523
@ -0,0 +1,3 @@
|
|||||||
|
{{#each topics as |t|}}
|
||||||
|
{{latest-topic-list-item topic=t}}
|
||||||
|
{{/each}}
|
@ -3,9 +3,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if topics}}
|
{{#if topics}}
|
||||||
{{#each topics as |t|}}
|
{{latest-topic-list-contents topics=topics tagName=""}}
|
||||||
{{latest-topic-list-item topic=t}}
|
|
||||||
{{/each}}
|
|
||||||
<div class="more-topics">
|
<div class="more-topics">
|
||||||
<a href="/latest" class="btn pull-right">{{i18n "more"}}</a>
|
<a href="/latest" class="btn pull-right">{{i18n "more"}}</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user