FIX: category background in topic views

This commit is contained in:
Régis Hanol 2015-02-13 15:52:56 +01:00
parent a5a3f103f6
commit 2a3ceb84de

View file

@ -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'),