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 2017/11/16 17:48:15 UTC

[whimsy] 02/03: Explain red marker

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

commit 3952fbc5509fd32896b2c53ce3fae236f589075e
Author: Sebb <se...@apache.org>
AuthorDate: Thu Nov 16 17:34:04 2017 +0000

    Explain red marker
---
 www/board/subscriptions.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/subscriptions.cgi b/www/board/subscriptions.cgi
index 55a3da4..19e3e61 100755
--- a/www/board/subscriptions.cgi
+++ b/www/board/subscriptions.cgi
@@ -169,7 +169,7 @@ _html do
                 if ldap_chairs.include? person
                   _td text
                 else
-                  _td.text_danger text
+                  _td.text_danger text, title: 'Chair is not in LDAP pmc-chairs group'
                 end
               elsif ldap_chairs.include? person
                 _td.text_danger '***LDAP only***'

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.