Added a side list for characters
This commit is contained in:
10
rpg-docs/client/views/characterList/characterSideList.html
Normal file
10
rpg-docs/client/views/characterList/characterSideList.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<template name="characterSideList">
|
||||
{{#if characters.count}}
|
||||
<div class="list-subhead">Characters</div>
|
||||
<div>
|
||||
{{#each characters}}
|
||||
<div class="singleLineItem">{{name}}</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</template>
|
||||
Reference in New Issue
Block a user