diff options
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/view/branch.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-qa-frontpage/view/branch.scm b/guix-qa-frontpage/view/branch.scm index 8f8e856..5d9ddb2 100644 --- a/guix-qa-frontpage/view/branch.scm +++ b/guix-qa-frontpage/view/branch.scm @@ -252,7 +252,8 @@ td.bad { "View comparison"))))) derivation-changes-counts)) `((tr - (td (@ (colspan 10)) + (td (@ (colspan 10) + (class "bad")) "Comparison unavailable" ,@(or (and=> (assq-ref derivation-changes-counts |