7 lines
145 B
HTML
7 lines
145 B
HTML
<template name="customBuffView">
|
|
<td>{{buff.name}}</td>
|
|
<td>
|
|
<paper-button class="apply-buff-button">Apply</paper-button>
|
|
</td>
|
|
</template>
|