mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
278 B
HTML
7 lines
278 B
HTML
<template name="post_info">
|
|
<div class="{{moduleClass}}" aria-live="off">
|
|
<span class="points">{{baseScore}}</span>
|
|
<span class="unit">{{pointsUnitDisplayText}}</span>
|
|
{{#if postedAt}}<span class="post-time">{{timeAgo postedAt}}</span>{{/if}}
|
|
</div>
|
|
</template>
|