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/pods/measurements/template.hbs
2015-06-11 11:19:13 -08:00

11 lines
278 B
Handlebars

<h2>{{genus-name}} Measurements</h2>
<h3>Total measurements: {{model.length}}</h3>
{{
view "select"
content=model.species
optionValuePath="content.id"
optionLabelPath="content.speciesName"
}}
{{sortable-table content=model.measurements tableAttrs=tableAttrs row=row}}