diff --git a/framework/core/ember/app/components/discussion/post-header/meta.js b/framework/core/ember/app/components/discussion/post-header/meta.js index e29dfe23f..c4919f4da 100644 --- a/framework/core/ember/app/components/discussion/post-header/meta.js +++ b/framework/core/ember/app/components/discussion/post-header/meta.js @@ -10,7 +10,7 @@ var $ = Ember.$; export default Ember.Component.extend({ tagName: 'li', classNames: ['dropdown'], - layoutName: 'components/discussion/post-header/time', + layoutName: 'components/discussion/post-header/meta', // Construct a permalink by looking up the router in the container, and // using it to generate a link to this post within its discussion. diff --git a/framework/core/ember/app/templates/components/discussion/post-header/meta.hbs b/framework/core/ember/app/templates/components/discussion/post-header/meta.hbs index cfc614a65..e9d89718d 100644 --- a/framework/core/ember/app/templates/components/discussion/post-header/meta.hbs +++ b/framework/core/ember/app/templates/components/discussion/post-header/meta.hbs @@ -1,6 +1,6 @@ {{human-time post.time}} -