From 468bc2f1b710e663617b2b97cfdeea187474273b Mon Sep 17 00:00:00 2001 From: NitzanMordhai Date: Wed, 8 Feb 2023 11:01:26 +0000 Subject: [PATCH] correct link for suite on branch "See other runs of suite" trying to use compare when it shouldn't removing compare. Signed-off-by: Nitzan Mordechai --- pulpito/templates/run.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulpito/templates/run.html b/pulpito/templates/run.html index 86063a1..77944be 100644 --- a/pulpito/templates/run.html +++ b/pulpito/templates/run.html @@ -30,7 +30,7 @@

Average wait time: {{ run.avg_wait_time }}

{% if run.branch and run.suite %}

- + See other runs of suite '{{ run.suite }}' on branch '{{ run.branch }}'?