discourse/app/assets/javascripts/admin/templates/components/admin-report-table-row.hbs

6 lines
145 B
Handlebars

{{#each cells as |cell|}}
<td class="{{cell.type}} {{cell.property}}" title="{{cell.tooltip}}">
{{{cell.formatedValue}}}
</td>
{{/each}}