mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
correct missing new/unread badges
This commit is contained in:
parent
e97aa3f544
commit
fce74e64a1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
export default Ember.Component.extend({
|
export default Ember.Component.extend({
|
||||||
tagName: 'table',
|
tagName: 'table',
|
||||||
classNames: ['topic-list'],
|
classNames: ['topic-list'],
|
||||||
|
showTopicPostBadges: true,
|
||||||
|
|
||||||
_observeHideCategory: function(){
|
_observeHideCategory: function(){
|
||||||
this.addObserver('hideCategory', this.rerender);
|
this.addObserver('hideCategory', this.rerender);
|
||||||
|
|
Loading…
Reference in a new issue