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 8841ebba Link to nominee page
8841ebba is described below
commit 8841ebbadee1c4968c44a111897cfeffccac4395
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 12 09:32:52 2024 +0000
Link to nominee page
---
www/members/invitations.cgi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/members/invitations.cgi b/www/members/invitations.cgi
index 6da28121..c61bc03c 100755
--- a/www/members/invitations.cgi
+++ b/www/members/invitations.cgi
@@ -169,7 +169,9 @@ _html do
# sort by nominators to make it easier to send reminders
notinvited.sort_by{|k,v| v[:nominators].join(', ')}.each do |id, v|
_tr_ do
- _td id
+ _td do
+ _a id, href: "https://whimsy.apache.org/roster/committer/#{id}"
+ end
_td v[:name]
url, age = v[:invited]
daysn = age == 1 ? 'day' : 'days'