Files
DiceCloud/rpg-docs/client/views/character/stats/buffViewList/buffViewList.html
2017-07-15 19:54:23 +01:00

14 lines
277 B
HTML

<template name="buffViewList">
{{if buffs.count}}
<paper-material class="card">
<div class="top white paper-font-subhead">
Conditions
</div>
<div flex class="bottom list">
{{#each buffs}}
{{>buff}}
{{/each}}
</div>
</paper-material>
{{/if}}
</template>