Skip to content

Commit

Permalink
Add link to board nominations file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 14, 2024
1 parent ea306e8 commit d7b3715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/whimsy/asf/meeting-util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class MeetingUtil
'https://www.apache.org/foundation/governance/meetings' => 'How Voting Via Email Works',
'agenda.txt' => 'Official Meeting Agenda',
'board_ballot.txt' => 'Official Board Candidate Ballots',
'board_nominations.txt' => 'Board Nominations',
'nominated-members.txt' => 'Official New Member Nominees/Seconds',
PROXIES_FILENAME => 'Official List Of Meeting Proxies',
'record' => 'Official List Of Voting Members',
Expand Down
2 changes: 1 addition & 1 deletion www/members/meeting.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ _html do
_ 'Before the meeting, any Member may nominate people either for the Board, or as a New Member Candidate. Much of this discussion happens on members@ mailing list. Remember, all new nominated names must be checked into SVN 10 days before the meeting.'
_ 'Also, you should submit a proxy if you might not attend the the meeting.'
_ul do
['board_ballot.txt', 'nominated-members.txt', '/members/proxy.cgi'].each do |f|
['board_nominations.txt', 'board_ballot.txt', 'nominated-members.txt', '/members/proxy.cgi'].each do |f|
_li do
emit_link(svn_mtg_dir, f, ASF::MeetingUtil::MEETING_FILES[f])
end
Expand Down

0 comments on commit d7b3715

Please sign in to comment.