From 7f61c555a26e6511c744d8895735faad272f67d2 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 24 Jan 2025 11:47:12 +0100 Subject: [PATCH] 'This might mean' refers to 'No open issues'; make this show in the interface --- issues/templates/issues/issue_list.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/issues/templates/issues/issue_list.html b/issues/templates/issues/issue_list.html index a96031c..bd5164c 100644 --- a/issues/templates/issues/issue_list.html +++ b/issues/templates/issues/issue_list.html @@ -156,11 +156,10 @@
- {% if state_filter == "open" %} {# TODO open #} + {% if state_filter == "open" %} + Congratulations! You have no open issues. {% if project.digested_event_count == 0 %} This might mean you have not yet set up your SDK. - {% else %} - Congratulations! You have no open issues. {% endif %} {% else %} No {{ state_filter }} issues found.