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 31ec29d9 Still need whimsy/asf
31ec29d9 is described below
commit 31ec29d948daba889c23531a6bebcd93dda51286
Author: Sebb <[email protected]>
AuthorDate: Sun Mar 17 10:25:37 2024 +0000
Still need whimsy/asf
---
www/committers/moderate.cgi | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/www/committers/moderate.cgi b/www/committers/moderate.cgi
index 373e7046..0444cc3d 100755
--- a/www/committers/moderate.cgi
+++ b/www/committers/moderate.cgi
@@ -7,10 +7,9 @@ PAGETITLE = "ASF Mailing List Moderator Setup" # Wvisible:mail
moderation
$LOAD_PATH.unshift '/srv/whimsy/lib'
require 'wunderbar'
require 'wunderbar/bootstrap'
+require 'whimsy/asf' # for _whimsy_body
_html do
- # better system output styling (errors in red)
- _style :system
_body? do
_whimsy_body(
title: PAGETITLE,
@@ -36,7 +35,12 @@ _html do
end
}
) do
- _p 'No longer in use - please see webmod.apache.org'
+ _h4 do
+ _ 'No longer in use - please see'
+ _a 'webmod.apache.org', href:
'https://webmod.apache.org/modreq.html?action=modreq'
+ end
+ _br
+ _br
end
end
end