Vulcan/client/views/posts/modules/post_discuss.html

7 lines
No EOL
245 B
HTML

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