Vulcan/client/views/posts/posts_list_incoming.html
2014-11-25 17:16:00 +09:00

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>