templates: Add build product type.

* src/cuirass/templates.scm (build-details): Display build product type.
This commit is contained in:
Mathieu Othacehe 2020-06-14 12:55:37 +02:00
parent 76ec2967bc
commit c2aed4a5c1
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 1 deletions

View File

@ -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