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/07/06 01:41:27 UTC

[whimsy] 01/02: drop entire bullet not just link if podling status is not found

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

commit 9019840f95157ff01da3ee1a279db45799d11601
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jul 5 21:38:24 2017 -0400

    drop entire bullet not just link if podling status is not found
---
 www/roster/views/ppmc/main.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 7e4f86b..3449073 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -115,8 +115,8 @@ class PPMC < React
     _h3 'Information'
     _ul do
       _li do
-        _a 'Podling Proposal', href: @ppmc.podlingStatus.proposal if @ppmc.podlingStatus.proposal
-      end
+        _a 'Podling Proposal', href: @ppmc.podlingStatus.proposal
+      end if @ppmc.podlingStatus.proposal
       _li "Incubating for "+@ppmc.duration+" days"
       _li do
         _a 'Prior Board Reports', href: '/board/minutes/' +

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