Move the tab-specific partials into a subfolder structure
This commit is contained in:
parent
bda5d05969
commit
0220083daf
2 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
</div>
|
</div>
|
||||||
<ul class="item-list">
|
<ul class="item-list">
|
||||||
{{#each group.items as |item|}}
|
{{#each group.items as |item|}}
|
||||||
{{> (systemFilePath "templates/PlayerSheet/item.hbs") item }}
|
{{> (systemFilePath "templates/PlayerSheet/tabs/items/item.hbs") item }}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue