Vulcan/client/views/posts/modules/post_discuss.html
Steffen Strätz 6e863598d1 Merged
2014-10-16 00:32:08 +02:00

7 lines
No EOL
244 B
HTML

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