2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

templates: Clarify build column header on evaluation table.

* src/cuirass/templates.scm (evaluation-info-table): Clarify column
header.
This commit is contained in:
Ludovic Courtès 2023-07-15 19:33:56 +02:00
parent 160df0e6e9
commit 550c2c2d31
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -969,8 +969,11 @@ the existing SPEC otherwise."
(tr
(th (@ (scope "col")) "#")
(th (@ (scope "col")) "Channel changes")
(th (@ (scope "col")) Success)
(th (@ (scope "col")) Action)))
(th (@ (scope "col"))
(div (@ (class "job-rel")) "Build changes")
(div (@ (class "job-abs d-none"))
"Total number of builds"))
(th (@ (scope "col")) "Action")))
(tbody
,@(map
(lambda (row)