mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-04 13:47:10 -04:00
Update the Simple Worldbuilding system for compatibility with 0.5.6
This commit is contained in:
parent
d405a18f53
commit
d66a64b939
5 changed files with 12 additions and 11 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
{{!-- Owned Items Tab --}}
|
||||
<div class="tab items" data-group="primary" data-tab="items">
|
||||
<ol class="items-list">
|
||||
<ol class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
<li class="item flexrow" data-item-id="{{item._id}}">
|
||||
<img src="{{item.img}}" title="{{item.name}}" width="24" height="24"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue