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

7 lines
274 B
HTML
Raw Normal View History

2014-07-04 14:07:50 +09:00
<template name="postDiscuss">
2015-01-27 11:44:06 +09:00
<a class="discuss-link go-to-comments action" href="/posts/{{_id}}" title="{{_ 'discuss'}}">
2015-03-24 13:13:04 +09:00
{{{icon "comment"}}}
<span class="action-count">{{commentCount}}</span>
<span class="sr-only"> {{_ "comments"}}</span>
2014-07-04 14:07:50 +09:00
</a>
</template>