Bring back repo url, it's used in status images urls (closes #118)

This commit is contained in:
Piotr Sarnacki 2013-01-22 01:30:54 +01:00
parent 9052869f9f
commit 2ca67e6b06

View File

@ -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')