mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
FIX: category background in topic views
This commit is contained in:
parent
a5a3f103f6
commit
2a3ceb84de
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ var TopicView = Discourse.View.extend(AddCategoryClass, Discourse.Scrolling, {
|
|||
menuVisible: true,
|
||||
SHORT_POST: 1200,
|
||||
|
||||
categorySlug: Em.computed.alias('topic.category.slug'),
|
||||
categoryFullSlug: Em.computed.alias('topic.category.fullSlug'),
|
||||
|
||||
postStream: Em.computed.alias('controller.postStream'),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue