Vulcan/client/views/posts/posts_list_incoming.html

9 lines
236 B
HTML
Raw Normal View History

<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>