diff --git a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars index 8189782865..8b6188320b 100644 --- a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars +++ b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars @@ -29,10 +29,10 @@ {{{topicLink this}}} {{#if unread}} - {{unbound unread}} + {{unbound unread}} {{/if}} {{#if new_posts}} - {{unbound new_posts}} + {{unbound new_posts}} {{/if}} {{#if unseen}} diff --git a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars index 1e5f0a302d..b85d8db51a 100644 --- a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars +++ b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars @@ -19,10 +19,10 @@ {{topicStatus topic=this}} {{{topicLink this}}} {{#if unread}} - {{unread}} + {{unread}} {{/if}} {{#if displayNewPosts}} - {{displayNewPosts}} + {{displayNewPosts}} {{/if}} {{#if unseen}} diff --git a/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars b/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars index 25e5672bcd..50138c8850 100644 --- a/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars +++ b/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars @@ -3,10 +3,10 @@