Author: bayard
Date: Thu Jan 19 06:31:25 2017
New Revision: 1779421
URL: http://svn.apache.org/viewvc?rev=1779421&view=rev
Log:
Add basic git support in the resource table
Modified:
attic/site/xdocs/stylesheets/site.vsl
Modified: attic/site/xdocs/stylesheets/site.vsl
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/site.vsl?rev=1779421&r1=1779420&r2=1779421&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Thu Jan 19 06:31:25 2017
@@ -122,6 +122,12 @@
<td><a
href="http://svn.apache.org/viewvc/${proj}/${subproj}">svn.apache.org/repos/asf/${proj}/${subproj}</a></td>
</tr>
#end
+#if($elem.getChild("git"))
+ <tr>
+ <td>Git</td>
+ <td><a
href="https://git-wip-us.apache.org/repos/asf?p=${proj}.git">git-wip-us.apache.org/repos/asf?p=${proj}.git</a></td>
+ </tr>
+#end
#if (!$elem.getAttributeValue("subproject"))
<tr>
<td>Board Reports</td>