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 1386163a Add link to source
1386163a is described below
commit 1386163a738f04c25db8209ff820e0d506e6cc1e
Author: Sebb <[email protected]>
AuthorDate: Mon Mar 11 15:26:10 2024 +0000
Add link to source
---
www/members/invitations.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/members/invitations.cgi b/www/members/invitations.cgi
index fb4860ef..d3f10b47 100755
--- a/www/members/invitations.cgi
+++ b/www/members/invitations.cgi
@@ -134,6 +134,7 @@ _html do
memappurl => 'memapp-received.txt',
'https://lists.apache.org/[email protected]' =>
'[email protected]',
nominationsurl => 'nominated-members.txt',
+
'https://github.com/apache/whimsy/blob/master/www/members/invitations.cgi' =>
'Source code for this page'
},
helpblock: -> {
_p do
@@ -227,7 +228,7 @@ _html do
_a entry[:id], href:
"https://whimsy.apache.org/roster/committer/#{entry[:id]}"
end
_td entry[:name]
- _td (nominated_by[entry[:id]] || 'unknown').join(' ')
+ _td (nominated_by[entry[:id]] || ['unknown']).join(' ')
end
end
end