Files
DiceCloud/rpg-docs/client/views/home/home.html
2015-02-27 10:50:28 +00:00

20 lines
535 B
HTML

<template name="home">
<div class="scroll-y" fit>
<div flex horizontal wrap class="padded">
{{# each characters}}
{{#with characterDetails}}
{{#containerCardHelper this}}{{alignment}} {{gender}} {{race}}{{/containerCardHelper}}
{{/with}}
{{/each}}
<div class="fab-buffer"></div>
</div>
<paper-fab id="addCharacter"
class="floatyButton"
icon="add"
title="Add"
role="button"
tabindex="0"
aria-label="Add"
hero-id="main"></paper-fab>
</div>
</template>