mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08: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…
Add table
Add a link
Reference in a new issue