Improved effects view

This commit is contained in:
Thaum
2015-04-16 09:47:13 +00:00
parent 49a98aec96
commit 7cd353894c
4 changed files with 35 additions and 32 deletions

View File

@@ -2,11 +2,13 @@
<template name="effectsViewList">
{{#if effects.count}}
<hr style="margin: 16px 0 16px 0;">
<div id="effects">
<div class="effects">
<h2>Effects</h2>
{{#each effects}}
{{>effectView}}
{{/each}}
<table>
{{#each effects}}
{{>effectView}}
{{/each}}
</table>
</div>
{{/if}}
</template>