Move sidebar to templates, not layouts
This commit is contained in:
parent
114a6a641d
commit
ad5518104d
|
@ -57,11 +57,6 @@ Travis.FirstSyncView = Travis.View.extend
|
|||
|
||||
|
||||
Travis.SidebarView = Travis.View.extend
|
||||
templateName: 'layouts/sidebar'
|
||||
|
||||
didInsertElement: ->
|
||||
@_super.apply this, arguments
|
||||
|
||||
classQueues: (->
|
||||
'active' if @get('activeTab') == 'queues'
|
||||
).property('activeTab')
|
||||
|
|
Loading…
Reference in New Issue
Block a user