diff --git a/assets/scripts/app/templates/builds/show.hbs b/assets/scripts/app/templates/builds/show.hbs index ec8bb779..dc23f0ab 100644 --- a/assets/scripts/app/templates/builds/show.hbs +++ b/assets/scripts/app/templates/builds/show.hbs @@ -54,7 +54,7 @@ {{#unless build.isMatrix}} - {{view Travis.AnnotationsView annotationsBinding="build.jobs.firstObject.annotations"}} + {{view 'annotations' annotations=build.jobs.firstObject.annotations}} {{/unless}} {{#if build.isMatrix}} diff --git a/assets/scripts/app/templates/jobs/log.hbs b/assets/scripts/app/templates/jobs/log.hbs index 1c1ffb84..0c74f7b8 100644 --- a/assets/scripts/app/templates/jobs/log.hbs +++ b/assets/scripts/app/templates/jobs/log.hbs @@ -1,5 +1,5 @@ {{#if view.log.isLoaded}} - {{view Travis.PreView jobBinding="view.job" logBinding="view.log"}} + {{view 'pre' job=view.job log=view.log}} {{else}}
Loading diff --git a/assets/scripts/app/templates/jobs/show.hbs b/assets/scripts/app/templates/jobs/show.hbs index 2158964d..e47a5653 100644 --- a/assets/scripts/app/templates/jobs/show.hbs +++ b/assets/scripts/app/templates/jobs/show.hbs @@ -52,9 +52,9 @@
- {{view Travis.AnnotationsView annotationsBinding="view.annotations"}} + {{view 'annotations' annotations=view.annotations}} - {{view Travis.LogView jobBinding="job"}} + {{view 'log' job=job}} {{else}}