Deactivate dashboard stylesheet by default

This commit is contained in:
Piotr Sarnacki 2015-01-15 12:57:57 +01:00
parent ad5518104d
commit 03ef70c82a

View File

@ -11,6 +11,9 @@ Route = TravisRoute.extend
@_super.apply(this, arguments)
activate: ->
@get('stylesheetsManager').disable('dashboard')
actions:
redirectToGettingStarted: ->
# do nothing, we handle it only in index path