Files
DiceCloud/rpg-docs/client/views/character/proficiencies/proficiencyListItem/proficiencyListItem.html
2015-05-15 16:55:05 +02:00

11 lines
307 B
HTML

<template name="proficiencyListItem">
<div class="item-slot">
<div class="proficiency item small"
hero-id="main" {{detailHero}}
layout horizontal center>
<core-icon icon="{{profIcon}}"
style="margin-right: 16px;"></core-icon>
<div flex>{{getName}}</div>
</div>
</div>
</template>