9 lines
234 B
HTML
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>
|