This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/app/templates/measurements/index.hbs
2015-03-19 11:04:17 -08:00

16 lines
350 B
Handlebars

<table class="flakes-table">
<thead>
<tr>
<th>Characteristic</th>
<th>Measurement Type</th>
<th>Measurement</th>
<th>Notes</th>
<th>Test Method</th>
</tr>
</thead>
<tbody>
{{#each model as |measurement|}}
{{measurements/measurement-row measurement=measurement}}
{{/each}}
</tbody>
</table>