Vulcan/client/views/posts/posts_list_incoming.html
2014-09-15 12:42:17 +10:00

9 lines
No EOL
242 B
HTML

<template name="postsListIncoming">
{{#if count}}
<a class="more-button show-new grid-module" href="">
<span>
{{i18n "View"}} {{count}} {{i18n "new"}} {{pluralize count "post"}}
</span>
</a>
{{/if}}
</template>