2015-05-18 10:30:08 +09:00
|
|
|
<template name="post_info">
|
2015-02-12 23:44:59 -06:00
|
|
|
<div class="post-meta-item" aria-live="off">
|
2014-12-04 12:38:20 +09:00
|
|
|
<span class="points">{{baseScore}}</span>
|
|
|
|
<span class="unit">{{pointsUnitDisplayText}}</span>
|
2014-12-08 16:39:10 +09:00
|
|
|
{{#if postedAt}}<span class="post-time">{{timeAgo postedAt}}</span>{{/if}}
|
2015-01-07 08:22:46 +01:00
|
|
|
{{#if canEdit this}}
|
2014-12-03 00:06:00 -08:00
|
|
|
| <a href="{{pathFor route='post_edit' _id=_id}}" class="edit-link goto-edit">{{_ "edit"}}</a>
|
2014-07-14 10:12:02 +09:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2014-10-06 17:11:43 -06:00
|
|
|
</template>
|