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/strains.hbs
2015-02-03 10:16:18 -09:00

6 lines
116 B
Handlebars

<h2>Strains</h2>
<ul>
{{#each}}
<li>{{#link-to 'strain' this}}{{strainName}}{{/link-to}}</li>
{{/each}}
</ul>