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

7 lines
245 B
HTML
Raw Normal View History

2014-07-04 14:07:50 +09:00
<template name="postDiscuss">
<a class="discuss-link go-to-comments" href="/posts/{{_id}}">
<i class="icon-comment"></i>
<span class="count">{{commentsCount}}</span>
2014-07-04 14:07:50 +09:00
<span class="action">{{i18n 'Discuss'}}</span>
</a>
</template>