This is an automated email from the ASF dual-hosted git repository.
rubys 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 ec2fa01 link board nominations to related pages
ec2fa01 is described below
commit ec2fa013d35c68e374deca879b64e702d649a663
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Feb 27 17:10:39 2021 -0500
link board nominations to related pages
---
www/members/board-nominations.cgi | 1 +
www/members/index.cgi | 3 ++-
www/members/nominations.cgi | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/www/members/board-nominations.cgi
b/www/members/board-nominations.cgi
index c6f5919..703a2e6 100755
--- a/www/members/board-nominations.cgi
+++ b/www/members/board-nominations.cgi
@@ -67,6 +67,7 @@ _html do
_whimsy_body(
title: PAGETITLE,
related: {
+ '-nominations' => 'New Member nominations cross-check',
ASF::SVN.svnpath!('Meetings') => 'Official Meeting Agenda Directory'
},
helpblock: -> {
diff --git a/www/members/index.cgi b/www/members/index.cgi
index 67f9527..f89dadf 100755
--- a/www/members/index.cgi
+++ b/www/members/index.cgi
@@ -12,7 +12,8 @@ MEETING = {
'proxy.cgi' => "Assign a proxy for the (current) Member's meeting",
'watch.cgi' => "Potential Member Watch List - tracking candidates for future
nominations",
'memberless-pmcs.cgi' => "Crosscheck PMCs with few/no ASF Members, for
future nominations",
- 'nominations.cgi' => "Member's Meeting nominations cross-check - ensuring
nominations get on the ballot, etc.",
+ 'nominations.cgi' => "Member's nominations cross-check - ensuring
nominations get on the ballot, etc.",
+ 'board-nominations.cgi' => "Board nominations cross-check - ensuring
nominations get on the ballot, etc.",
'attendance-xcheck.cgi' => "Member's Meeting Attendance cross-check - who
attended when",
'non-participants.cgi' => "Active Members not participating in recent
meetings (to send a poll to)",
'inactive.cgi' => "Poll of Inactive Members - tool to query
non-participating members why",
diff --git a/www/members/nominations.cgi b/www/members/nominations.cgi
index 78d130d..1ab8f69 100755
--- a/www/members/nominations.cgi
+++ b/www/members/nominations.cgi
@@ -69,6 +69,7 @@ _html do
related: {
'/members/memberless-pmcs' => 'PMCs with no/few ASF Members',
'/members/watch' => 'Watch list for potential Member candidates',
+ 'board-nominations' => 'Board nominations cross-check',
ASF::SVN.svnpath!('Meetings') => 'Official Meeting Agenda Directory'
},
helpblock: -> {