mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Add part hover image
This commit is contained in:
parent
fe7392f152
commit
c8bf20ad41
@ -52,7 +52,10 @@
|
|||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Part</td>
|
<td>Part</td>
|
||||||
<td><a href="{% url 'part-stock' item.part.id %}">{{ item.part.full_name }}</td>
|
<td>
|
||||||
|
{% include "hover_image.html" with image=item.part.image hover=True %}
|
||||||
|
<a href="{% url 'part-stock' item.part.id %}">{{ item.part.full_name }}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% if item.belongs_to %}
|
{% if item.belongs_to %}
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user