Files
DiceCloud/rpg-docs/client/views/character/journal/levelDialog/levelDialog.html
2015-02-27 06:14:34 +00:00

10 lines
345 B
HTML

<template name="levelDialog">
{{#with level}}
{{#baseDialog title=name class=colorClass hideColor="true"}}
<!--Level-->
<paper-input id="levelValueInput" label="Level" floatinglabel value={{value}}></paper-input>
<!--Effects-->
{{> effectsEditList sourceId=_id charId=charId type="level"}}
{{/baseDialog}}
{{/with}}
</template>