From 076be2600171489e894405285fb555888a3a43fb Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 25 Feb 2015 15:32:21 +1030 Subject: [PATCH] Remove unused template --- ember/app/components/discussion/post-header/meta.js | 2 +- .../templates/components/discussion/post-header/meta.hbs | 4 ++-- .../templates/components/discussion/post-header/time.hbs | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 ember/app/templates/components/discussion/post-header/time.hbs diff --git a/ember/app/components/discussion/post-header/meta.js b/ember/app/components/discussion/post-header/meta.js index e29dfe23f..c4919f4da 100644 --- a/ember/app/components/discussion/post-header/meta.js +++ b/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/ember/app/templates/components/discussion/post-header/meta.hbs b/ember/app/templates/components/discussion/post-header/meta.hbs index cfc614a65..e9d89718d 100644 --- a/ember/app/templates/components/discussion/post-header/meta.hbs +++ b/ember/app/templates/components/discussion/post-header/meta.hbs @@ -1,6 +1,6 @@ {{human-time post.time}} -
+ diff --git a/ember/app/templates/components/discussion/post-header/time.hbs b/ember/app/templates/components/discussion/post-header/time.hbs deleted file mode 100644 index e9d89718d..000000000 --- a/ember/app/templates/components/discussion/post-header/time.hbs +++ /dev/null @@ -1,6 +0,0 @@ -{{human-time post.time}} -