Vulcan/packages/telescope-posts/lib/client/templates/modules/post_info.html

11 lines
414 B
HTML
Raw Normal View History

2014-09-12 18:53:49 +09:00
<template name="postInfo">
<div class="post-meta-item" aria-live="off">
<span class="points">{{baseScore}}</span>
<span class="unit">{{pointsUnitDisplayText}}</span>
{{#if postedAt}}<span class="post-time">{{timeAgo postedAt}}</span>{{/if}}
{{#if canEdit this}}
| <a href="{{pathFor route='post_edit' _id=_id}}" class="edit-link goto-edit">{{_ "edit"}}</a>
{{/if}}
</div>
</template>