From 2242568507b0479610dc899aa422cc20992ea824 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 26 Jul 2016 17:31:28 +0800 Subject: [PATCH] UX: Missing spinning wheel on topics list. --- app/assets/javascripts/discourse/templates/topic.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/javascripts/discourse/templates/topic.hbs b/app/assets/javascripts/discourse/templates/topic.hbs index b7dc9347a2a..638eceb6b0a 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -125,6 +125,8 @@ fillGapBefore="fillGapBefore" fillGapAfter="fillGapAfter"}} {{/unless}} + + {{conditional-loading-spinner condition=model.postStream.loadingBelow}}