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

7 lines
No EOL
241 B
HTML

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