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|}}
|
{{#each sortedStrains as |strain|}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{{#link-to 'protected.strains.show' strain classBinding="data.typeStrain:type-strain"}}
|
{{#link-to 'protected.strains.show' strain classBinding="strain.typeStrain:type-strain"}}
|
||||||
{{strain.fullNameMU}}
|
{{full-strain-name strain=strain}}
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Reference in a new issue