Pods, pods, everywhere
This commit is contained in:
parent
33f783bc42
commit
e623d52f34
66 changed files with 53 additions and 113 deletions
7
app/pods/components/genus-name/component.js
Normal file
7
app/pods/components/genus-name/component.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(),
|
||||
});
|
1
app/pods/components/genus-name/template.hbs
Normal file
1
app/pods/components/genus-name/template.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{genus}}
|
Reference in a new issue