Use transitionTo instead of replaceWith on profile page
This commit is contained in:
parent
ce2397dd9a
commit
5ba541fb43
|
@ -7,6 +7,6 @@ Route = TravisRoute.extend
|
|||
accounts = @modelFor('accounts')
|
||||
login = @controllerFor('currentUser').get('model.login')
|
||||
account = accounts.find (account) -> account.get('login') == login
|
||||
@replaceWith 'account', account
|
||||
@transitionTo 'account', account
|
||||
|
||||
`export default Route`
|
||||
|
|
Loading…
Reference in New Issue
Block a user