Don't show sidebar on owner's page
This commit is contained in:
parent
8c07e4ec7a
commit
7b7b16e57f
|
@ -13,10 +13,10 @@ Route = TravisRoute.extend
|
|||
@render 'owner', into: 'main'
|
||||
|
||||
activate: ->
|
||||
@controllerFor('home').set('ownersPage', true)
|
||||
@controllerFor('main').set('ownersPage', true)
|
||||
|
||||
deactivate: ->
|
||||
@controllerFor('home').set('ownersPage', false)
|
||||
@controllerFor('main').set('ownersPage', false)
|
||||
|
||||
model: (params) ->
|
||||
owner = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user