Vulcan/client/views/posts/posts_pending.html
2012-10-24 11:04:42 +09:00

12 lines
No EOL
297 B
HTML

<template name="posts_pending">
{{#if canPost replace}}
<div class="posts grid list">
{{#each posts}}
{{> post_item}}
{{/each}}
</div>
<div class="grid more-button {{#if allPostsLoaded}} hidden {{/if}}">
<a class="more-link" href="#">Load more</a>
</div>
{{/if}}
</template>