Bake genus into config (prep for clostridium)
This commit is contained in:
parent
4e1e6f2899
commit
472eb639bc
7 changed files with 34 additions and 5 deletions
7
app/components/genus-name.js
Normal file
7
app/components/genus-name.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Ember from 'ember';
|
||||
import config from '../config/environment';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'em',
|
||||
genus: config.genus.capitalize(),
|
||||
});
|
Reference in a new issue