fix duplicate owner name in document title on ownerpage
This commit is contained in:
parent
5736dbfe4b
commit
bc1db07901
|
@ -9,9 +9,6 @@ Route = TravisRoute.extend
|
|||
deactivate: ->
|
||||
@controllerFor('loading').set('layoutName', null)
|
||||
|
||||
titleToken: (model) ->
|
||||
"#{model.name}"
|
||||
|
||||
model: (params) ->
|
||||
$.get(config.apiEndpoint + "/v3/owner/#{params.owner}")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user