This is an automated email from the ASF dual-hosted git repository.

curcuru 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 09af59c2 Add direct link to live board_nominations.txt
09af59c2 is described below

commit 09af59c2773fe163f83c900682b48ea2f6112a8b
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue Feb 3 15:54:17 2026 -0500

    Add direct link to live board_nominations.txt
    
    Per request striker
---
 www/members/nominate_board.cgi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi
index fb6ebfce..df4299c2 100755
--- a/www/members/nominate_board.cgi
+++ b/www/members/nominate_board.cgi
@@ -179,7 +179,8 @@ _html do
           _strong "send an email to the #{MAILING_LIST} list"
           _ ' from you with the nomination, '
           _a 'as is tradition.', href: 
'https://lists.apache.org/[email protected]:2023-2:%22BOARD%20NOMINATION%22'
-          _ 'This form only supports adding new nominations; to add seconds or 
comments, please use SVN.'
+          _ 'This form only supports adding new nominations; to add seconds or 
comments to an existing nomination, use SVN and '
+          _a 'edit the board_nominations.txt file carefully.', href: 
"#{ASF::MeetingUtil.latest_meeting(ASF::MeetingUtil::NOMINATED_BOARD)}"
         end
       }
     ) do

Reply via email to