mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
244 B
HTML
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> |