mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
9 lines
No EOL
236 B
HTML
9 lines
No EOL
236 B
HTML
<template name="postsListIncoming">
|
|
{{#if count}}
|
|
<a class="more-button show-new grid-module" href="">
|
|
<span>
|
|
{{_ "view"}} {{count}} {{_ "new"}} {{pluralize count "post"}}
|
|
</span>
|
|
</a>
|
|
{{/if}}
|
|
</template> |