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

8 lines
249 B
HTML
Raw Normal View History

<template name="postCommentsLink">
<div class="post-meta-item">
<a class="comments-link" href="/posts/{{_id}}">
2014-10-16 00:32:08 +02:00
<span class="count">{{commentCount}}</span>
<span class="action">{{_ 'comments_'}}</span>
</a>
</div>
</template>