244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
6 lines
188 B
Handlebars
6 lines
188 B
Handlebars
{{title "Job " this.job.name " versions"}}
|
|
<JobSubnav @job={{this.job}} />
|
|
<section class="section">
|
|
<JobVersionsStream @versions={{this.model.versions}} @verbose={{true}} />
|
|
</section>
|