Hacky fix to make the status images work again.

The bindings are a bit odd in this setup. The status images view
reaches into the repos/show view to fetch relevant information.
This commit is contained in:
Mathias Meyer 2014-12-12 18:21:46 +01:00
parent 54b666a86a
commit b5276ef4a6

View File

@ -3,6 +3,10 @@ Travis.reopen
templateName: 'repos/show'
reposBinding: 'controllers.repos'
repoBinding: 'controller.repo'
buildBinding: 'controller.build'
jobBinding: 'controller.job'
tabBinding: 'controller.tab'
classNameBindings: ['controller.isLoading:loading']