From c2aed4a5c1cbed44a9cdf9aab660c4a196a7837d Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe <m.othacehe@gmail.com> Date: Sun, 14 Jun 2020 12:55:37 +0200 Subject: [PATCH] templates: Add build product type. * src/cuirass/templates.scm (build-details): Display build product type. --- src/cuirass/templates.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm index 600d9d81..0f90b53f 100644 --- a/src/cuirass/templates.scm +++ b/src/cuirass/templates.scm @@ -310,7 +310,9 @@ system whose names start with " (code "guile-") ":" (br) (div (@ (class "col-md-auto")) ,path) (div (@ (class "col-md-auto")) - "(" ,(byte-count->string size) ")"))))))) + "(" ,type ")") + (div (@ (class "col-md-auto")) + ,(byte-count->string size)))))))) products))) `((tr (th "Build outputs") (td -- GitLab