Vulcan/client/views/posts/modules/post_comments_link.html
Sacha Greif fb91613cfe refactor all the things!
- changed the layout CSS for post modules
- changed order of modules
- changed markup of modules
2014-12-14 12:38:48 +09:00

8 lines
No EOL
267 B
HTML

<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>