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 8ce92ffd Add some comments
8ce92ffd is described below

commit 8ce92ffd4cf709d22d6b31822fecc2ae50436f17
Author: Sebb <s...@apache.org>
AuthorDate: Sun Mar 10 13:47:44 2024 +0000

    Add some comments
---
 www/members/invitations.cgi | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/www/members/invitations.cgi b/www/members/invitations.cgi
index f91b88fc..5162a028 100755
--- a/www/members/invitations.cgi
+++ b/www/members/invitations.cgi
@@ -128,9 +128,14 @@ _html do
         nominationsurl => 'nominated-members.txt',
       },
       helpblock: -> {
-        _p 'This script checks memapp-received.txt against invitation emails 
seen in memb...@apache.org'
+        _p do
+          _ 'This script checks'
+          _a 'memapp-received.txt', href: memappurl
+          _ 'against invitation emails seen in'
+          _a 'memb...@apache.org', href: 
'https://lists.apache.org/list.html?memb...@apache.org'
+        end
         _p 'It does not check against applications which are pending'
-        _p 'The invite and reply columns link to the relevant emails if 
possible'
+        _p 'The invite and reply columns link to the relevant emails in 
members@ if possible'
         _p %{
             N.B. The code only looks at the subject to determine if an email 
is an invite or its reply
         }
@@ -141,6 +146,7 @@ _html do
       _p do
         _ 'If an invite or reply has been seen, the relevant table cell is'
         _span.missing 'flagged'
+        _ '. After confirming that the invite was correctly identified, the 
memapp-received.txt file can be updated'
       end
       _table.table.table_striped do
         _tr do

Reply via email to