try to get redirect to 404 working

This commit is contained in:
Lisa P 2015-10-06 21:07:24 +02:00
parent 2b84d5228b
commit 0d94c1b786
2 changed files with 3 additions and 3 deletions

View File

@ -76,6 +76,6 @@ Router.map ->
# @route 'running', path: '/running'
@route 'error404', path: '/*path'
# @route 'error404', path: '/404'
`export default Router`

View File

@ -23,8 +23,8 @@ Route = TravisRoute.extend
login = transition.params.owner.owner
message = if error.status == 404
# @transitionTo('/404')
"Couldn't find an owner with login \"#{login}\""
@transitionTo('error404')
# "Couldn't find an owner with login \"#{login}\""
else
"There was an error while loading data, please try again."