mirror of
https://github.com/flarum/core.git
synced 2025-07-25 02:31:17 +02:00
Remove unused template
This commit is contained in:
@@ -10,7 +10,7 @@ var $ = Ember.$;
|
|||||||
export default Ember.Component.extend({
|
export default Ember.Component.extend({
|
||||||
tagName: 'li',
|
tagName: 'li',
|
||||||
classNames: ['dropdown'],
|
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
|
// Construct a permalink by looking up the router in the container, and
|
||||||
// using it to generate a link to this post within its discussion.
|
// using it to generate a link to this post within its discussion.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{human-time post.time}}</a>
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{human-time post.time}}</a>
|
||||||
<div class="dropdown-menu post-permalink">
|
<div class="dropdown-menu post-meta">
|
||||||
<span class="number">Post #{{post.number}}</span>
|
<span class="number">Post #{{post.number}}</span>
|
||||||
<span class="time">{{full-time post.time}}</span>
|
<span class="time">{{full-time post.time}}</span>
|
||||||
<input {{bind-attr value=permalink}} class="form-control">
|
<input {{bind-attr value=permalink}} class="form-control permalink">
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,6 +0,0 @@
|
|||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{human-time post.time}}</a>
|
|
||||||
<div class="dropdown-menu post-meta">
|
|
||||||
<span class="number">Post #{{post.number}}</span>
|
|
||||||
<span class="time">{{full-time post.time}}</span>
|
|
||||||
<input {{bind-attr value=permalink}} class="form-control permalink">
|
|
||||||
</div>
|
|
Reference in New Issue
Block a user