Files
DiceCloud/rpg-docs/client/views/private/character/effects/effectView/effectView.html
2016-10-03 13:00:27 +02:00

7 lines
120 B
HTML

<template name="effectView">
<tr>
<td>{{statName}}</td>
<td>{{operationName}}{{statValue}}</td>
</tr>
</template>