Files
DiceCloud/rpg-docs/client/views/character/inventory/carryDialog/carryDialog.html
2017-01-26 10:23:27 +02:00

18 lines
367 B
HTML

<template name="carryDialog">
{{#baseDialog title="Weight Carried" class=color hideEdit=true}}
<div class="layout horizontal center-justified end">
<div class="paper-font-display2">
{{round carriedWeight 1}}
</div>
<div class="paper-font-display1">
lbs
</div>
</div>
<hr class="vertMargin">
{{> carryCapacityTable}}
{{/baseDialog}}
</template>