tweaks on number inputs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<fieldset class="weapons-content">
|
||||
<legend class="section-header">{{ localize 'l5r5e.property' }}</legend>
|
||||
<!--<fieldset class="properties-content">-->
|
||||
<!-- <legend class="section-header">{{ localize 'l5r5e.properties' }}</legend>-->
|
||||
<ul class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
{{#ifCond item.type '==' 'property'}}
|
||||
{{#each properties as |item id|}}
|
||||
<!-- {{#ifCond item.type '==' 'property'}}-->
|
||||
{{> 'systems/l5r5e/templates/items/property/property-entry.html' item=item id=id }}
|
||||
{{/ifCond}}
|
||||
<!-- {{/ifCond}}-->
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
<!--</fieldset>-->
|
||||
Reference in New Issue
Block a user