Cleaned up scientific naming.
This commit is contained in:
parent
d587f14af4
commit
fdc29a6baa
9 changed files with 49 additions and 12 deletions
8
app/components/scientific-name.js
Normal file
8
app/components/scientific-name.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import Ember from 'ember';
|
||||
import layout from '../templates/components/scientific-name';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
layout: layout,
|
||||
tagName: 'span',
|
||||
strain: null, // passed in
|
||||
});
|
Reference in a new issue