From cd514bf1dba5ceb5c57f388ab271ff9c6f834dd7 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 7 May 2019 23:39:42 +1000 Subject: [PATCH] Mark who a build was completed by --- InvenTree/build/templates/build/build_list.html | 2 +- InvenTree/static/css/inventree.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/build/templates/build/build_list.html b/InvenTree/build/templates/build/build_list.html index b423d214d9..6c28f47eda 100644 --- a/InvenTree/build/templates/build/build_list.html +++ b/InvenTree/build/templates/build/build_list.html @@ -27,7 +27,7 @@ {{ build.quantity }} {% include "build_status.html" with build=build %} {% if completed %} - {{ build.completion_date }} + {{ build.completion_date }}{{ build.completed_by.username }} {% else %} {{ build.creation_date }} {% endif %} diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index 924d4b65d7..2104bf92af 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -164,7 +164,7 @@ } .panel-heading { - padding: 2px 10px; + padding: 5px 10px; } .float-right {