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 2019/03/08 11:37:07 UTC

[whimsy] branch master updated: Link to non-PMC committees

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 96d90ab  Link to non-PMC committees
96d90ab is described below

commit 96d90ab3c0893d4096254d4b4bc53020b3b57670
Author: Sebb <se...@apache.org>
AuthorDate: Fri Mar 8 11:37:06 2019 +0000

    Link to non-PMC committees
---
 www/roster/views/committees.html.rb | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/www/roster/views/committees.html.rb b/www/roster/views/committees.html.rb
index 92eb58a..15e43b9 100644
--- a/www/roster/views/committees.html.rb
+++ b/www/roster/views/committees.html.rb
@@ -13,7 +13,15 @@ _html do
     }
   ) do
     _p do
-      _ 'A full list of Apache PMCs; click on the name for a detail page about that PMC.  Non-PMC groups of various kinds '
+      _ 'A full list of Apache PMCs; click on the name for a detail page about that PMC.'
+      _br
+      _ 'Non-PMC committees of various kinds '
+      _a href: '/roster/nonpmc/' do
+        _span.glyphicon.glyphicon_lock :aria_hidden, class: 'text-primary', aria_label: 'ASF Members Private'
+        _ 'are listed privately.'
+      end
+      _br
+      _ 'Other groups of various kinds '
       _a href: '/roster/group/' do
         _span.glyphicon.glyphicon_lock :aria_hidden, class: 'text-primary', aria_label: 'ASF Members Private'
         _ 'are listed privately.'