Commit a1dcd5c712e34f3700ad7f5d19127da88fab8f42:
    cross check membership status column; correct link
    git-svn-id: 
https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy@819754 
90ea9780-b833-de11-8433-001ec94261de


Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/members/watch.cgi                                        | +++++ ---
------------------------------------------------------------
8 changes: 5 additions, 3 deletions.
------------------------------------------------------------


diff --git a/www/members/watch.cgi b/www/members/watch.cgi
index 1aba777..4b61699 100755
--- a/www/members/watch.cgi
+++ b/www/members/watch.cgi
@@ -115,8 +115,10 @@ _html do
                 _td.issue cols[2]
               end
 
-             if cols[1] == 'no' or cols[3] == 'yes'
-                _td cols[3]
+             if cols[3] == 'yes'
+                _td cols[3], class: ('issue' unless person.asf_member?)
+             elsif cols[1] == 'no'
+                _td cols[3], class: ('issue' if person.asf_member?)
               else
                 _td.issue cols[3]
               end
@@ -219,7 +221,7 @@ _html do
     _ul do
       unless request =~ /appstatus/
         _li do
-          _a 'Application Status', href: '/members/watch/nominees'
+          _a 'Application Status', href: '/members/watch/appstatus'
         end
       end
       unless list == watch_list

Reply via email to