Vulcan/client/views/posts/modules/post_comments_link.html

8 lines
267 B
HTML
Raw Normal View History

<template name="postCommentsLink">
<div class="post-meta-item">
<a class="comments-link" href="/posts/{{_id}}">
<span class="comments-count">{{commentCount}}</span>
<span class="comments-action">{{_ 'comments_'}}</span>
</a>
</div>
</template>