mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
8 lines
389 B
HTML
8 lines
389 B
HTML
![]() |
<template name="postMeta">
|
||
|
<div class="post-meta-item">
|
||
|
<span class="points">{{upvotes}} <span class="unit">{{pointsUnitDisplayText}} </span></span>by <a class="post-author" href="{{profileUrl}}">{{authorName}}</a> <span class="post-time">{{ago}}</span>
|
||
|
{{#if can_edit}}
|
||
|
| <a href="/posts/{{_id}}/edit" class="edit-link goto-edit">Edit</a>
|
||
|
{{/if}}
|
||
|
</div>
|
||
|
</template>
|