Bring back repo url, it's used in status images urls (closes #118)
This commit is contained in:
parent
9052869f9f
commit
2ca67e6b06
|
@ -182,6 +182,9 @@
|
||||||
permissions.contains @get('repo.id')
|
permissions.contains @get('repo.id')
|
||||||
).property('Travis.app.currentUser.permissions.length', 'repo.id')
|
).property('Travis.app.currentUser.permissions.length', 'repo.id')
|
||||||
|
|
||||||
|
urlRepo: (->
|
||||||
|
"https://#{location.host}/#{@get('repo.slug')}"
|
||||||
|
).property('repo.slug')
|
||||||
|
|
||||||
branches: (->
|
branches: (->
|
||||||
@get('repo.branches') if @get('active')
|
@get('repo.branches') if @get('active')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user