Vulcan/client/views/posts/modules/post_discuss.html
Sacha Greif fb91613cfe refactor all the things!
- changed the layout CSS for post modules
- changed order of modules
- changed markup of modules
2014-12-14 12:38:48 +09:00

7 lines
No EOL
273 B
HTML

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