Deactivate dashboard stylesheet by default
This commit is contained in:
parent
ad5518104d
commit
03ef70c82a
|
@ -11,6 +11,9 @@ Route = TravisRoute.extend
|
||||||
|
|
||||||
@_super.apply(this, arguments)
|
@_super.apply(this, arguments)
|
||||||
|
|
||||||
|
activate: ->
|
||||||
|
@get('stylesheetsManager').disable('dashboard')
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
redirectToGettingStarted: ->
|
redirectToGettingStarted: ->
|
||||||
# do nothing, we handle it only in index path
|
# do nothing, we handle it only in index path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user