Add extra information callout to stock item display (#3658)

This commit is contained in:
Oliver 2022-09-08 10:20:35 +10:00 committed by GitHub
parent 198ac9b275
commit 2242088f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,6 +149,9 @@
{% if roles.part.view %}
</a>
{% endif %}
{% if item.part.description %}
<span class='fas fa-info-circle icon-blue float-right' title='{{ item.part.description }}'></span>
{% endif %}
</td>
</tr>