Files
DiceCloud/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.html

9 lines
204 B
HTML

<template name="customBuffView">
<td>{{buff.name}}</td>
<td>
{{#if canEditCharacter buff.charId}}
<paper-button class="apply-buff-button">Apply{{toSelf}}</paper-button>
{{/if}}
</td>
</template>