9 lines
204 B
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>
|