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 dac375e  ipClearance does not appear to be a link
dac375e is described below

commit dac375e552d2952859053079daad12c25d40d53a
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Nov 2 19:17:50 2019 -0400

    ipClearance does not appear to be a link
---
 www/roster/views/ppmc/main.js.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 0d70c30..3752f84 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -217,9 +217,9 @@ class PPMC < Vue
 
     _h3 'Licensing'
     _ul do
-      _li do
-        _a 'IP Clearance Form: '+ @ppmc.podlingStatus.ipClearance, href: 
@ppmc.podlingStatus.ipClearance
-      end if @ppmc.podlingStatus.ipClearance
+      if @ppmc.podlingStatus.ipClearance
+        _li  'IP Clearance: '+ @ppmc.podlingStatus.ipClearance
+      end
       _li 'Software Grant Received on: '[email protected] if 
@ppmc.podlingStatus.sga
       _li.podlingWarning 'No Software Grant and No IP Clearance Filed' unless 
@ppmc.podlingStatus.sga || @ppmc.podlingStatus.ipClearance
       _li 'Confirmation of ASF Copyright Headers on Source Code on: 
'[email protected] if @ppmc.podlingStatus.asfCopyright

Reply via email to