From f8263ccb64daa5cbeeb0b1d7da3605f825e8acb6 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jul 2023 11:30:32 +0300 Subject: Provide message when there are no diffs. --- wqflask/wqflask/templates/display_files.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/display_files.html b/wqflask/wqflask/templates/display_files.html index 08933ee0..80464bb1 100644 --- a/wqflask/wqflask/templates/display_files.html +++ b/wqflask/wqflask/templates/display_files.html @@ -18,6 +18,12 @@ {% endwith %}
+ {%if (not waiting) and (not approved) and (not rejected)%} +
+ + There are no diffs to act on. +
+ {%endif%} {% if waiting %}

Files for approval:

-- cgit v1.2.3