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-11-20 14:55:34 +09:00
|
|
|
<span class="points">{{baseScore}} <span class="unit">{{pointsUnitDisplayText}} </span></span>by <a class="post-author" href="{{profileUrl}}">{{authorName}}</a> <span class="post-time">{{timeAgo ago}}</span>
|
2014-07-14 10:12:02 +09:00
|
|
|
{{#if can_edit}}
|
2014-11-20 14:55:34 +09:00
|
|
|
| <a href="/posts/{{_id}}/edit" class="edit-link goto-edit">{{i18n "edit"}}</a>
|
2014-07-14 10:12:02 +09:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</template>
|