You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/03/01 18:06:29 UTC

[whimsy.git] [1/1] Commit 2deaa03: Tweak

Commit 2deaa03cab710b9a121c6edeca664a4570fc6f1c:
    Tweak


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/views/podlings.html.rb                            | +++++ -
------------------------------------------------------------
6 changes: 5 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/podlings.html.rb b/www/roster/views/podlings.html.rb
index 5d1d0af..cff58e7 100644
--- a/www/roster/views/podlings.html.rb
+++ b/www/roster/views/podlings.html.rb
@@ -28,6 +28,11 @@
     end
   end
 
+  _p do
+    _ 'Data is derived from:'
+    _a 'podlings.xml', href: 'https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings.xml'
+  end
+
   # ********************************************************************
   # *                          Complete list                           *
   # ********************************************************************
@@ -65,7 +70,6 @@
     end
   end
 
-
   _script %{
     $(".table").stupidtable();
   }