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/protected/measurements/template.hbs
2015-07-10 09:29:12 -08:00

21 lines
469 B
Handlebars

<h2>{{genus-name}} Measurements</h2>
{{measurement-search-panel search='search' strainLabel='All strains' charLabel='All characteristics'}}
<div class="grid-12 gutter-50">
<div class="span-12">
<h3>Total matching measurements: {{measurements.length}}</h3>
</div>
</div>
{{#if measurementsEmpty}}
<span>No results</span>
{{else}}
{{
ember-table
columns=tableColumns
content=tableContent
columnMode='fluid'
hasFooter=false
}}
{{/if}}