Vulcan/client/views/posts/modules/post_discuss.html
2015-01-27 11:44:06 +09:00

6 lines
No EOL
243 B
HTML

<template name="postDiscuss">
<a class="discuss-link go-to-comments action" href="/posts/{{_id}}" title="{{_ 'discuss'}}">
<i class="action-icon icon-comment"></i>
<span class="action-count">{{commentCount}}</span>
</a>
</template>