mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-23 15:20:55 +00:00
Rename parts tab in build view
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
<a href="{% url 'build-detail' build.id %}">Details</a>
|
<a href="{% url 'build-detail' build.id %}">Details</a>
|
||||||
</li>
|
</li>
|
||||||
<li{% if tab == 'allocate' %} class='active'{% endif %}>
|
<li{% if tab == 'allocate' %} class='active'{% endif %}>
|
||||||
<a href="{% url 'build-allocate' build.id %}">Allocate</a>
|
<a href="{% url 'build-allocate' build.id %}">Parts</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user