mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-06 07:18:48 +00:00
Rename parts tab in build view
This commit is contained in:
parent
68e4adda48
commit
8e0e2979b5
@ -3,7 +3,7 @@
|
||||
<a href="{% url 'build-detail' build.id %}">Details</a>
|
||||
</li>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user