You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/19 10:29:01 UTC

[whimsy] branch master updated: Link to commits emails

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 8d3cc53d Link to commits emails
8d3cc53d is described below

commit 8d3cc53d2431ad8c97e55630664a109047e9f2c4
Author: Sebb <se...@apache.org>
AuthorDate: Tue Apr 19 11:28:55 2022 +0100

    Link to commits emails
---
 www/secretary/workbench/views/parts.html.rb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/parts.html.rb b/www/secretary/workbench/views/parts.html.rb
index cf3dbac3..68aa211e 100644
--- a/www/secretary/workbench/views/parts.html.rb
+++ b/www/secretary/workbench/views/parts.html.rb
@@ -78,9 +78,13 @@ _html do
         href: 'https://id.apache.org/info/MailAlias.txt'
     end
     _li do
-      _a 'Member list', target: 'content',
+      _a 'Member list (members.txt)', target: 'content',
         href: ASF::SVN.svnpath!('foundation', 'members.txt')
     end
+    _li do
+      _a 'Foundation commits', target: 'content',
+        href: 'https://lists.apache.org/list?foundation-commits@apache.org'
+    end
     _li do
       _a 'How to use this tool', href: '../../HOWTO.html',
         target: 'content'