discourse-data-explorer/assets/javascripts/discourse/components/query-row-content.hbs

5 lines
83 B
Handlebars
Raw Normal View History

<tr>
{{#each this.results as |result|}}
<td>{{result}}</td>
{{/each}}
</tr>