diff --git a/app/assets/javascripts/discourse/app/templates/topic-post-badges.hbr b/app/assets/javascripts/discourse/app/templates/topic-post-badges.hbr index 5c1ec0cd2bf..81017949a6c 100644 --- a/app/assets/javascripts/discourse/app/templates/topic-post-badges.hbr +++ b/app/assets/javascripts/discourse/app/templates/topic-post-badges.hbr @@ -1,11 +1,26 @@ - - {{~#if newPosts ~}} -  {{newPosts}} + + {{~#if newPosts~}} +  {{newPosts}} {{~/if}} - {{~#if unreadPosts ~}} -  {{unreadPosts}} + {{~#if unreadPosts~}} +  {{unreadPosts}} {{~/if}} - {{~#if unseen ~}} -  {{newDotText}} + {{~#if unseen~}} +  {{newDotText}} {{~/if}}