7 lines
191 B
CoffeeScript
7 lines
191 B
CoffeeScript
window.Discourse.FeaturedTopicsView = Ember.View.extend
|
|
templateName: 'featured_topics'
|
|
classNames: ['category-list-item']
|
|
|
|
init: ->
|
|
@._super()
|
|
@set('context', @get('content')) |