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