Strain name markup
This commit is contained in:
parent
e4f01246c2
commit
f7c39a50f3
9 changed files with 35 additions and 6 deletions
5
app/pods/components/strain-name/component.js
Normal file
5
app/pods/components/strain-name/component.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'span',
|
||||
});
|
1
app/pods/components/strain-name/template.hbs
Normal file
1
app/pods/components/strain-name/template.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{strain.strainName}}{{{if strain.typeStrain '<sup>T</sup>'}}}
|
Reference in a new issue