2014-09-12 18:53:49 +09:00
|
|
|
<template name="postInfo">
|
2014-09-16 11:51:13 +09:00
|
|
|
<div class="post-meta-item">
|
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}}
|
2014-07-14 10:12:02 +09:00
|
|
|
{{#if can_edit}}
|
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>
|