You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ba...@apache.org on 2016/04/11 01:25:04 UTC

svn commit: r1738489 - /attic/site/xdocs/stylesheets/site.vsl

Author: bayard
Date: Sun Apr 10 23:25:04 2016
New Revision: 1738489

URL: http://svn.apache.org/viewvc?rev=1738489&view=rev
Log:
Adding support for svn links

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=1738489&r1=1738488&r2=1738489&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Sun Apr 10 23:25:04 2016
@@ -107,6 +107,12 @@
       <td><a href="https://cwiki.apache.org/confluence/display/${proj}/">cwiki.apache.org: ${proj}</a></td>
     </tr>
 #end
+#if($elem.getChild("svn"))
+    <tr>
+      <td>SVN</td>
+      <td><a href="http://svn.apache.org/viewvc/${proj}/${subproj}">svn.apache.org/${proj}/${subproj}</a></td>
+    </tr>
+#end
 #if (!$elem.getAttributeValue("subproject"))
     <tr>
       <td>Board Reports</td>