6 lines
145 B
CoffeeScript
6 lines
145 B
CoffeeScript
window.Discourse.NotificationsView = Ember.View.extend
|
|
classNameBindings: ['content.read', ':notifications']
|
|
templateName: 'notifications'
|
|
|
|
|