From fce74e64a171256e56a80a196bdfddd24f356b1e Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 5 Jan 2015 19:31:29 +1100 Subject: [PATCH] correct missing new/unread badges --- app/assets/javascripts/discourse/components/topic-list.js.es6 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/components/topic-list.js.es6 b/app/assets/javascripts/discourse/components/topic-list.js.es6 index 4c104cde8..17409d9c8 100644 --- a/app/assets/javascripts/discourse/components/topic-list.js.es6 +++ b/app/assets/javascripts/discourse/components/topic-list.js.es6 @@ -2,6 +2,7 @@ export default Ember.Component.extend({ tagName: 'table', classNames: ['topic-list'], + showTopicPostBadges: true, _observeHideCategory: function(){ this.addObserver('hideCategory', this.rerender);