2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00
This commit is contained in:
Matthias Mair
2024-09-02 08:28:18 +02:00
committed by GitHub
parent 79affbe609
commit 38e7a3f0ab

View File

@ -84,7 +84,7 @@ src="{% static 'img/blank_image.png' %}"
</ul>
</div>
{% if build.can_issue %}
<button id='build-issue' title='{% trans "Isueue Build" %}' class='btn btn-primary'>
<button id='build-issue' title='{% trans "Issue Build" %}' class='btn btn-primary'>
<span class='fas fa-paper-plane'></span> {% trans "Issue Build" %}
</button>
{% elif build.active %}