Vulcan/client/views/posts/modules/post_discuss.html
2014-07-04 14:07:50 +09:00

7 lines
No EOL
240 B
HTML

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