Vulcan/client/views/posts/modules/post_info.html
2014-11-20 14:55:34 +09:00

8 lines
No EOL
409 B
HTML

<template name="postInfo">
<div class="post-meta-item">
<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>
{{#if can_edit}}
| <a href="/posts/{{_id}}/edit" class="edit-link goto-edit">{{i18n "edit"}}</a>
{{/if}}
</div>
</template>