Vulcan/client/views/posts/modules/post_comments_link.html
2014-11-25 17:16:00 +09:00

8 lines
No EOL
249 B
HTML

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