Added proficiencies to printed sheet; some fixes

This commit is contained in:
Stefan Zermatten
2017-12-12 15:54:21 +02:00
parent 8349f7da9b
commit 64b3ca6066
8 changed files with 142 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
<template name="printedProficiency">
<div class="printedProficiency layout horizontal center">
<iron-icon icon="{{profIcon}}"></iron-icon>
<div>{{getName}}</div>
</div>
</template>