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: ->
|
deactivate: ->
|
||||||
@controllerFor('loading').set('layoutName', null)
|
@controllerFor('loading').set('layoutName', null)
|
||||||
|
|
||||||
titleToken: (model) ->
|
|
||||||
"#{model.name}"
|
|
||||||
|
|
||||||
model: (params) ->
|
model: (params) ->
|
||||||
$.get(config.apiEndpoint + "/v3/owner/#{params.owner}")
|
$.get(config.apiEndpoint + "/v3/owner/#{params.owner}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user