Files
DiceCloud/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html
2015-06-17 08:49:26 +02:00

11 lines
248 B
HTML

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