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 2018/01/20 13:55:54 UTC

[whimsy] branch master updated: Detect/display missing website

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


The following commit(s) were added to refs/heads/master by this push:
     new 63597df  Detect/display missing website
63597df is described below

commit 63597df4bb9513b356c2ee237f1584f6a0ebb2ab
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jan 20 13:55:52 2018 +0000

    Detect/display missing website
---
 www/roster/views/ppmc/main.js.rb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 50818f4..6ccd0b6 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -198,7 +198,10 @@ class PPMC < Vue
       end unless @ppmc.namesearch
       _li do
         _a @ppmc.display_name + ' Website', href: @ppmc.podlingStatus.website
-      end
+      end if @ppmc.podlingStatus.website
+      _li.podlingWarning do
+        _  'Website not defined'
+      end unless @ppmc.podlingStatus.website
     end
     _h3 'News' unless @ppmc.podlingStatus.news.empty?
     _ul do

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