User app refactor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
App.ListIndexView = Ember.View.extend
|
||||
templateName: 'lists/list_entry'
|
||||
classNames: ['lists-overview-entry']
|
||||
classNameBindings: ['content.active:active']
|
||||
click: -> @get('controller').transitionToRoute 'list', @get('content')
|
||||
Reference in New Issue
Block a user