Add a helper application to manage attributes on characters
This commit is contained in:
parent
91ccd93814
commit
6b81d8d83b
10 changed files with 298 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{{#if hasAttributes}}
|
||||
<div class="attributes">
|
||||
{{#each attrs as | attr |}}
|
||||
<fieldset>
|
||||
<fieldset data-attribute="{{ attr.id }}">
|
||||
<legend>
|
||||
{{ attr.name }}
|
||||
</legend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue