mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
6 lines
145 B
Handlebars
6 lines
145 B
Handlebars
|
{{#each cells as |cell|}}
|
||
|
<td class="{{cell.type}} {{cell.property}}" title="{{cell.tooltip}}">
|
||
|
{{{cell.formatedValue}}}
|
||
|
</td>
|
||
|
{{/each}}
|