Missing spinner icon on group pages.
This commit is contained in:
parent
e0c28d6fd5
commit
1c42d167ec
|
@ -7,3 +7,5 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{/load-more}}
|
{{/load-more}}
|
||||||
|
|
||||||
|
{{conditional-loading-spinner condition=loading}}
|
||||||
|
|
|
@ -41,6 +41,8 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{{/load-more}}
|
{{/load-more}}
|
||||||
|
|
||||||
|
{{conditional-loading-spinner condition=loading}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<div>{{i18n "groups.empty.users"}}</div>
|
<div>{{i18n "groups.empty.users"}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{{group-post-stream posts=model emptyText=emptyText loadMore="loadMore"}}
|
{{group-post-stream posts=model emptyText=emptyText loadMore="loadMore" loading=loading}}
|
||||||
|
|
Loading…
Reference in New Issue