mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00

- changed the layout CSS for post modules - changed order of modules - changed markup of modules
7 lines
No EOL
273 B
HTML
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> |