mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 23:26:32 +08:00
8 lines
216 B
CoffeeScript
8 lines
216 B
CoffeeScript
window.Discourse.ParticipantView = Ember.View.extend
|
|
templateName: 'participant'
|
|
|
|
toggled: (->
|
|
@get('controller.userFilters').contains(@get('participant.username'))
|
|
).property('controller.userFilters.[]')
|
|
|