Vulcan/client/views/posts/modules/post_comments_link.html
Steffen Strätz 6e863598d1 Merged
2014-10-16 00:32:08 +02:00

8 lines
No EOL
251 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">{{i18n 'Comments'}}</span>
</a>
</div>
</template>