4 lines
127 B
CoffeeScript
4 lines
127 B
CoffeeScript
window.Discourse.FeaturedTopicsView = Ember.View.extend
|
|
templateName: 'featured_topics'
|
|
classNames: ['category-list-item']
|