mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
No EOL
391 B
HTML
8 lines
No EOL
391 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">{{ago}}</span>
|
|
{{#if can_edit}}
|
|
| <a href="/posts/{{_id}}/edit" class="edit-link goto-edit">Edit</a>
|
|
{{/if}}
|
|
</div>
|
|
</template> |