Files
DiceCloud/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html
2017-01-23 15:08:19 +02:00

8 lines
243 B
HTML

<template name="proficiencyView">
<div class="proficiencyView item small layout horizontal center"
style="padding: 0;">
<iron-icon icon="{{profIcon}}" style="margin-right: 16px;"></iron-icon>
<div>{{getName}}</div>
</div>
</template>