no description if empty

This commit is contained in:
Vlyan
2020-12-24 21:22:59 +01:00
parent 8362d3ddd5
commit 607c7d9e6b
7 changed files with 14 additions and 0 deletions

View File

@@ -7,5 +7,7 @@
<li data-item-id="{{technique._id}}" class="item-control item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
{{/if}}
</ul>
{{#if technique.data.description}}
<div class="item-description item-description-{{technique._id}}">{{{ technique.data.description }}}</div>
{{/if}}
</li>