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

7 lines
241 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>
2014-10-16 00:32:08 +02:00
<span class="count">{{commentCount}}</span>
<span class="action">{{_ 'discuss'}}</span>
2014-07-04 14:07:50 +09:00
</a>
</template>