From 58f46642dd91ec28f1787487442cd5ce368813ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Tue, 11 Nov 2014 12:05:50 +0100 Subject: [PATCH] FIX: don't put the footer insider container in topic page --- app/assets/javascripts/discourse/templates/topic.hbs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/topic.hbs b/app/assets/javascripts/discourse/templates/topic.hbs index d2bfc5a0db1..6d07abc1f47 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -112,8 +112,6 @@ {{/if}} - {{custom-html "footer"}} - {{/if}} {{/if}} @@ -149,6 +147,10 @@ {{/if}} {{/if}} +{{#if postStream.loadedAllPosts}} + {{custom-html "footer"}} +{{/if}} + {{render "share"}} {{#if currentUser.enable_quoting}}