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…
Reference in New Issue