Updated inventory to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-26 10:23:27 +02:00
parent f7a3929c05
commit d710579025
26 changed files with 480 additions and 412 deletions

View File

@@ -2,10 +2,10 @@
{{#if attacks.count}}
<hr style="margin: 16px 0 16px 0;">
<div class="attacks">
<h2 class="spaceAfter">Attacks</h2>
<div class="spaceAfter paper-font-title">Attacks</div>
{{#each attacks}}
{{> attackView}}
{{/each}}
</div>
{{/if}}
</template>
</template>