framework/ember/app/templates/components/discussion/post-header/meta.hbs
2015-02-25 15:32:21 +10:30

7 lines
308 B
Handlebars

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