Misc template cleanup / consistency
This commit is contained in:
parent
36976e5123
commit
c7bafee6b6
6 changed files with 5 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="tab inventory-page" data-group="page" data-tab="inventory">
|
<div class="tab inventory-page" data-group="page" data-tab="inventory">
|
||||||
{{> dotdungeon.pc.v2.storage }}
|
{{> dotdungeon.pc.v2.storage }}
|
||||||
{{> dotdungeon.pc.v2.player }}
|
{{> dotdungeon.pc.v2.player }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
<div aria-hidden="true" class="icon icon--16">
|
<div aria-hidden="true" class="icon icon--16">
|
||||||
{{{ @root.icons.create }}}
|
{{{ @root.icons.create }}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
@ -34,4 +33,4 @@
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
{{checked item.system.used}}
|
{{checked item.system.used}}
|
||||||
id="{{meta.idp}}-{{item.uuid}}-used"
|
id="{{meta.idp}}-{{item.uuid}}-used"
|
||||||
value="{{item.system.used}}"
|
|
||||||
data-embedded-id="{{item.uuid}}"
|
data-embedded-id="{{item.uuid}}"
|
||||||
data-embedded-update="system.used"
|
data-embedded-update="system.used"
|
||||||
data-embedded-update-on="change"
|
data-embedded-update-on="change"
|
||||||
|
|
|
||||||
|
|
@ -90,4 +90,4 @@
|
||||||
</label>
|
</label>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
<div class="tab" data-group="inventory" data-tab="storage">Storage</div>
|
<div class="tab" data-group="inventory" data-tab="storage">Storage</div>
|
||||||
|
|
|
||||||
|
|
@ -60,4 +60,4 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue