From 7365f7b5cb62a470709e796e5397d7b815788899 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 4 May 2022 17:33:19 +1000 Subject: [PATCH] Paint the icon red --- InvenTree/build/templates/build/build_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index 558c3dc3f2..ba8cfbcd1a 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -56,7 +56,7 @@ src="{% static 'img/blank_image.png' %}"
  • {% trans "Cancel Build" %}
  • {% endif %} {% if build.status == BuildStatus.CANCELLED and roles.build.delete %} -
  • {% trans "Delete Build" %} +
  • {% trans "Delete Build" %} {% endif %}