You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/04/05 17:32:31 UTC

[whimsy] branch master updated: highlight the people that have applied

This is an automated email from the ASF dual-hosted git repository.

rubys 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  b38fea1   highlight the people that have applied
b38fea1 is described below

commit b38fea1a2ec205e69ea45e7194d6f9ecbe1a9508
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Apr 5 13:32:19 2017 -0400

    highlight the people that have applied
---
 www/members/watch.cgi | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/members/watch.cgi b/www/members/watch.cgi
index fe31f78..47ff59d 100755
--- a/www/members/watch.cgi
+++ b/www/members/watch.cgi
@@ -116,7 +116,11 @@ _html do
                 _td.issue cols[0]
               end
 
-              _td cols[1]
+              if cols[0] == 'no' or cols[1] == 'yes'
+                _td cols[1]
+              else
+                _td.issue cols[1]
+              end
 
               if cols[1] == 'no' or cols[2] == 'yes'
                 _td cols[2]

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