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 4b94732f Drop unchanging columns
4b94732f is described below
commit 4b94732f1f5b939f6d235d906f82869302653907
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 12 15:54:42 2024 +0000
Drop unchanging columns
---
www/members/invitations.cgi | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/www/members/invitations.cgi b/www/members/invitations.cgi
index 40aa96d7..d41a47d8 100755
--- a/www/members/invitations.cgi
+++ b/www/members/invitations.cgi
@@ -213,9 +213,10 @@ _html do
_tr do
_th 'invited?'
_th 'Reply seen?'
- _th 'applied?'
- _th 'members@?'
- _th 'karma?'
+ # No point showing these, as we don't check them
+ # _th 'applied?'
+ # _th 'members@?'
+ # _th 'karma?'
_th 'id'
_th 'name'
_th 'Nominators'
@@ -241,9 +242,9 @@ _html do
else
_td 'no'
end
- _td entry[:apply]
- _td entry[:mail]
- _td entry[:karma]
+ # _td entry[:apply]
+ # _td entry[:mail]
+ # _td entry[:karma]
_td do
_a entry[:id], href:
"https://whimsy.apache.org/roster/committer/#{entry[:id]}"
end