FIX: body class from category not loadeing on topics on first load

This commit is contained in:
Régis Hanol 2015-08-25 17:28:20 +02:00
parent a8edc98276
commit d15b698ac9
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
import AddCategoryClass from 'discourse/mixins/add-category-class';
export default Em.View.extend(AddCategoryClass, {
categoryFullSlug: Em.computed.alias('controller.category.fullSlug')
});