Merge branch 'master' of github.com:travis-ci/travis-web
This commit is contained in:
commit
972f9bf83c
|
@ -2,6 +2,9 @@
|
||||||
`import Ajax from 'travis/utils/ajax'`
|
`import Ajax from 'travis/utils/ajax'`
|
||||||
|
|
||||||
Controller = Ember.Controller.extend
|
Controller = Ember.Controller.extend
|
||||||
|
needs: ['repo']
|
||||||
|
repo: Ember.computed.alias('controllers.repo.repo')
|
||||||
|
|
||||||
isDeleting: false
|
isDeleting: false
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user