mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-03 05:01:05 +08:00
8 lines
No EOL
288 B
Smarty
8 lines
No EOL
288 B
Smarty
<ul component="posts" class="posts-list list-unstyled" data-nextstart="{nextStart}">
|
|
{{{each posts}}}
|
|
<!-- IMPORT partials/posts_list_item.tpl -->
|
|
{{{end}}}
|
|
</ul>
|
|
<div component="posts/loading" class="loading-indicator text-center hidden">
|
|
<i class="fa fa-refresh fa-spin"></i>
|
|
</div> |