More species-strain detail

This commit is contained in:
Matthew Dillon 2015-06-03 11:08:43 -08:00
parent f3aaa4739d
commit 7260b95937
8 changed files with 46 additions and 13 deletions

View file

@ -23,7 +23,13 @@
{{species.speciesName}}
{{/link-to}}
</td>
<td>{{species.totalStrains}}</td>
<td>
{{#each strain in species.strains}}
{{#link-to 'strains.show' strain.id}}
{{strain.strainName}}
{{/link-to}}
{{/each}}
</td>
</tr>
{{/each}}
</tbody>