mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:40:42 +08:00
7 lines
146 B
Handlebars
7 lines
146 B
Handlebars
{{#each this.labels as |label|}}
|
|
<AdminReportTableCell
|
|
@label={{label}}
|
|
@data={{this.data}}
|
|
@options={{this.options}}
|
|
/>
|
|
{{/each}} |