strain.strainNameMU to component

Part of #55
This commit is contained in:
Matthew Dillon 2015-11-13 14:24:26 -07:00
parent 20a6707144
commit 81b6b9aee4
7 changed files with 6 additions and 11 deletions

View file

@ -23,7 +23,7 @@
{{#each species.strains as |strain index|}}
{{if index ","}}
{{#link-to 'protected.strains.show' strain.id}}
{{{strain.strainNameMU}}}
{{strain-name strain=strain}}
{{/link-to}}
{{/each}}
</td>