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/strains/index/template.hbs
2015-06-05 09:36:51 -08:00

6 lines
191 B
Handlebars

<h2>{{genus-name}} Strains</h2>
<h3>Total strains: {{model.length}}</h3>
{{add-button label="Add Strain" link="strains.new"}}
{{sortable-table content=model tableAttrs=tableAttrs row=row}}