Files
DiceCloud/app/client/views/character/buffs/customBuffView/customBuffView.html
2018-05-21 14:21:07 +02:00

9 lines
234 B
HTML

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