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')
|
||||
).property('Travis.app.currentUser.permissions.length', 'repo.id')
|
||||
|
||||
urlRepo: (->
|
||||
"https://#{location.host}/#{@get('repo.slug')}"
|
||||
).property('repo.slug')
|
||||
|
||||
branches: (->
|
||||
@get('repo.branches') if @get('active')
|
||||
|
|
Loading…
Reference in New Issue
Block a user