Vulcan/client/views/posts/modules/post_discuss.html
2015-03-24 13:13:04 +09:00

7 lines
No EOL
274 B
HTML

<template name="postDiscuss">
<a class="discuss-link go-to-comments action" href="/posts/{{_id}}" title="{{_ 'discuss'}}">
{{{icon "comment"}}}
<span class="action-count">{{commentCount}}</span>
<span class="sr-only"> {{_ "comments"}}</span>
</a>
</template>