travis-web/app/views/profile-accounts.coffee
2015-02-03 09:48:22 +01:00

12 lines
243 B
CoffeeScript

`import BasicView from 'travis/views/basic'`
View = BasicView.extend
tabBinding: 'controller.tab'
templateName: 'profile/accounts'
classAccounts: (->
'active' if @get('tab') == 'accounts'
).property('tab')
`export default View`