1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Remove unused template

This commit is contained in:
Toby Zerner
2015-02-25 15:32:21 +10:30
parent d16ba15440
commit 076be26001
3 changed files with 3 additions and 9 deletions

View File

@@ -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.