This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3f39e34 Report if list not found
3f39e34 is described below
commit 3f39e34aa8bd67f07f11a0df1e5eee64d3554a45
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 12 10:14:14 2019 +0000
Report if list not found
---
www/members/security-subs.cgi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/members/security-subs.cgi b/www/members/security-subs.cgi
index 29c052b..e0ddf80 100755
--- a/www/members/security-subs.cgi
+++ b/www/members/security-subs.cgi
@@ -130,6 +130,11 @@ _html do
end
end
_p 'Note that there are expected to be upto 3 archivers'
+ else
+ _h3 class: 'bg-warning' do
+ _ "Could not find a list with the name: #{path}"
+ end
+ _br
end
end
end