FIX: ensures spinner is showing on tags/show when loading more (#7876)

Context: https://meta.discourse.org/t/issue-while-scrolling-down-after-selecting-a-tag-on-the-home-page/122542
This commit is contained in:
Joffrey JAFFEUX 2019-07-10 21:37:31 +02:00 committed by GitHub
parent 142344e45d
commit bd35a8f334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 23 deletions

View File

@ -52,8 +52,6 @@
<div class="row">
<div class="full-width">
<div id='list-area'>
{{conditional-loading-spinner condition=loading}}
{{#unless loading}}
{{#if list.topics}}
{{#discovery-topics-list model=list refresh=(action "refresh")}}
@ -78,6 +76,8 @@
</footer>
{{/if}}
{{/unless}}
{{conditional-loading-spinner condition=list.loadingMore}}
</div>
</div>
</div>