Attribute line is now out of the tab in titles

This commit is contained in:
Vlyan
2021-06-16 17:37:08 +02:00
parent b0e212f3e3
commit 1109ab35ab
5 changed files with 22 additions and 16 deletions

View File

@@ -33,7 +33,9 @@
<ul class="item-properties">
<li>
{{{ data.linkedProperty.name }}}
<span data-item-id="{{data.linkedProperty.id}}" class="item-control linked-property-delete" title="{{localize 'Delete'}}"> <i class="fas fa-trash"></i></span>
{{#if options.editable}}
<span data-item-id="{{data.linkedProperty.id}}" class="item-control linked-property-delete" title="{{localize 'Delete'}}"> <i class="fas fa-trash"></i></span>
{{/if}}
</li>
</ul>
{{else}}