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:
parent
54b666a86a
commit
b5276ef4a6
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user