Working on 0.8.x - Character sheets related
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<li class="item property flexcol toggle-on-click" data-toggle="item-description-{{item._id}}" data-property-id="{{item._id}}">
|
||||
<li class="item property flexcol toggle-on-click" data-toggle="item-description-{{property.id}}" data-property-id="{{property.id}}">
|
||||
<ul class="item-header property-control">
|
||||
<li class="item-img"><img src="{{item.img}}" title="{{item.name}}" width="32px" height="32px"/></li>
|
||||
<li class="item-name">{{ item.name }}</li>
|
||||
<li class="item-img"><img src="{{property.img}}" title="{{property.name}}" width="32px" height="32px"/></li>
|
||||
<li class="item-name">{{property.name}}</li>
|
||||
{{#if editable}}
|
||||
<li class="property-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if item.data.data.description}}
|
||||
<div class="item-description item-description-{{item._id}}">{{{ item.data.data.description }}}</div>
|
||||
{{#if property.data.data.description}}
|
||||
<div class="item-description item-description-{{property.id}}">{{{property.data.data.description}}}</div>
|
||||
{{/if}}
|
||||
</li>
|
||||
Reference in New Issue
Block a user