standardization pass
This commit is contained in:
10
system/templates/items/weapon/weapons.html
Normal file
10
system/templates/items/weapon/weapons.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<fieldset class="weapons-content">
|
||||
<legend class="section-header">{{ localize 'l5r5e.weapons' }}</legend>
|
||||
<ul class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
{{#ifCond item.type '==' 'weapon'}}
|
||||
{{> 'systems/l5r5e/templates/items/weapon/weapon-entry.html' item=item id=id }}
|
||||
{{/ifCond}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user