Remove strain-name component

This commit is contained in:
Matthew Dillon 2015-06-12 11:44:23 -08:00
parent 70ce128103
commit b8ae6802a5
6 changed files with 8 additions and 32 deletions

View file

@ -18,7 +18,7 @@
{{#each species.strains as |strain index|}}
{{if index ","}}
{{#link-to 'strains.show' strain.id}}
{{strain-name strain=strain}}
{{{strain.strainNameMU}}}
{{/link-to}}
{{/each}}
{{#unless species.isNew}}

View file

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

View file

@ -1,5 +0,0 @@
import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'span',
});

View file

@ -1 +0,0 @@
{{strain.strainName}}{{{if strain.typeStrain '<sup>T</sup>'}}}