framework/ember/app/templates/components/discussion/post-header/meta.hbs

7 lines
308 B
Handlebars
Raw Normal View History

<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{human-time post.time}}</a>
2015-02-25 13:02:21 +08:00
<div class="dropdown-menu post-meta">
<span class="number">Post #{{post.number}}</span>
<span class="time">{{full-time post.time}}</span>
2015-02-25 13:02:21 +08:00
<input {{bind-attr value=permalink}} class="form-control permalink">
</div>