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.
11 lines
355 B
Handlebars
11 lines
355 B
Handlebars
{{#each this.annotatedVersions key="version.id" as |record|}}
|
|
{{#if record.meta.showDate}}
|
|
<li data-test-version-time class="timeline-note">
|
|
{{format-date record.version.submitTime}}
|
|
</li>
|
|
{{/if}}
|
|
<li data-test-version class="timeline-object">
|
|
<JobVersion @version={{record.version}} @verbose={{this.verbose}} />
|
|
</li>
|
|
{{/each}}
|