parent
14be82212d
commit
4e0d67800c
2 changed files with 3 additions and 2 deletions
1
app/pods/components/full-strain-name/template.hbs
Normal file
1
app/pods/components/full-strain-name/template.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{strain.fullNameMU}}{{{if strain.typeStrain '<sup>T</sup>' ''}}}
|
|
@ -13,8 +13,8 @@
|
|||
{{#each sortedStrains as |strain|}}
|
||||
<tr>
|
||||
<td>
|
||||
{{#link-to 'protected.strains.show' strain classBinding="data.typeStrain:type-strain"}}
|
||||
{{strain.fullNameMU}}
|
||||
{{#link-to 'protected.strains.show' strain classBinding="strain.typeStrain:type-strain"}}
|
||||
{{full-strain-name strain=strain}}
|
||||
{{/link-to}}
|
||||
</td>
|
||||
<td>
|
||||
|
|
Reference in a new issue