mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
6 lines
No EOL
243 B
HTML
6 lines
No EOL
243 B
HTML
<template name="postDiscuss">
|
|
<a class="discuss-link go-to-comments action" href="/posts/{{_id}}" title="{{_ 'discuss'}}">
|
|
<i class="action-icon icon-comment"></i>
|
|
<span class="action-count">{{commentCount}}</span>
|
|
</a>
|
|
</template> |