mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
* Run no-implicit-this codemod for app templates * Run tagless-ember-components-codemod for plugins * Turn on no-implicit-this lint
4 lines
133 B
Handlebars
4 lines
133 B
Handlebars
{{#each this.labels as |label|}}
|
|
<AdminReportTableCell @label={{label}} @data={{this.data}} @options={{this.options}} />
|
|
{{/each}}
|