Vulcan/client/views/posts/posts_new.html
2012-10-08 16:12:47 +02:00

13 lines
No EOL
281 B
HTML

<template name="posts_new">
{{#if canView replace}}
<div class="posts grid list">
{{#each posts}}
{{> post_item}}
{{/each}}
</div>
<div class="grid" style="position:absolute;bottom:50px;">
<button class="more">View more</button>
</div>
{{/if}}
</template>