mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: infinite loading was broken on group activity posts/mentions pages
This commit is contained in:
parent
7195bdf025
commit
4f945abba2
@ -1,11 +1,11 @@
|
||||
{{#load-more selector=".group-post" action=(action "loadMore")}}
|
||||
<div class="user-stream">
|
||||
{{#each model as |post|}}
|
||||
{{group-post post=post class="user-stream-item item"}}
|
||||
{{else}}
|
||||
<div>{{i18n emptyText}}</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
{{#load-more selector=".user-stream-item" action="loadMore"}}
|
||||
<div class="user-stream">
|
||||
{{#each model as |post|}}
|
||||
{{group-post post=post class="user-stream-item item"}}
|
||||
{{else}}
|
||||
<div>{{i18n emptyText}}</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
{{conditional-loading-spinner condition=loading}}
|
||||
{{/load-more}}
|
||||
|
||||
{{conditional-loading-spinner condition=loading}}
|
||||
|
Loading…
Reference in New Issue
Block a user