From 2a4280bdef19d4487076abcb49774bc55f337b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Hannebert?= Date: Wed, 19 Jun 2024 22:42:17 +0200 Subject: [PATCH] Dash, issues number is a link to issues'page in Github --- store/templates/dash.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/store/templates/dash.html b/store/templates/dash.html index 8bcf5242..ab20860d 100644 --- a/store/templates/dash.html +++ b/store/templates/dash.html @@ -181,7 +181,7 @@ {% endif %} - {% if "ci-auto-update" in infos %} @@ -196,9 +196,9 @@ {% endif %} - {% if infos["nb_issues"] != 0 %} - + {{ infos["nb_issues"] }} {% endif %}