From 84b1960c7b5f8621b28989de06946cc097c2e9d0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 5 Apr 2020 20:49:05 +1000 Subject: [PATCH] Moar icons plz --- InvenTree/part/templates/part/detail.html | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index eff9168849..b41e470bd2 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -33,7 +33,7 @@ {% endif %} - + {% trans "Description" %} {{ part.description }} @@ -46,11 +46,20 @@ {% endif %} {% if part.keywords %} - + {% trans "Keywords" %} {{ part.keywords }} {% endif %} + + + {% trans "Category" %} + + {% if part.category %} + {{ part.category.pathstring }} + {% endif %} + + {% if part.URL %} @@ -58,15 +67,6 @@ {{ part.URL }} {% endif %} - - - {% trans "Category" %} - - {% if part.category %} - {{ part.category.pathstring }} - {% endif %} - - {% if part.default_location %} @@ -90,7 +90,7 @@ {% if part.minimum_stock > 0 %} - + {% trans "Minimum Stock" %} {{ part.minimum_stock }}