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/components/species-index-row/template.hbs
2015-06-11 15:07:28 -08:00

15 lines
289 B
Handlebars

<td>
<em>
{{#link-to 'species.show' data}}
{{data.speciesName}}
{{/link-to}}
</em>
</td>
<td>
{{#each data.strains as |strain index|}}
{{if index ","}}
{{#link-to 'strains.show' strain.id}}
{{strain-name strain=strain}}
{{/link-to}}
{{/each}}
</td>