Working on 0.8.x - Character sheets related
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{{#each data.splitItemsList as |cat type|}}
|
||||
<h3>
|
||||
{{localize (localize 'l5r5e.{type}s.title' type=type) }}
|
||||
{{#if ../editable}}
|
||||
<a data-item-type="{{type}}" class="item-control item-add" title="{{ localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
{{localize (localize 'l5r5e.{type}s.title' type=type)}}
|
||||
{{#if ../options.editable}}
|
||||
<a data-item-type="{{type}}" class="item-control item-add" title="{{localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
{{/if}}
|
||||
</h3>
|
||||
<ul class="item-list">
|
||||
{{#each cat as |item id|}}
|
||||
{{> 'systems/l5r5e/templates/items/item/item-entry.html' item=item id=id editable=../../editable }}
|
||||
{{> 'systems/l5r5e/templates/items/item/item-entry.html' item=item id=id editable=../../options.editable}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/each}}
|
||||
Reference in New Issue
Block a user