You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2014/05/04 19:21:33 UTC

svn commit: r1592388 - /mina/site/trunk/templates/navigation.html

Author: elecharny
Date: Sun May  4 17:21:33 2014
New Revision: 1592388

URL: http://svn.apache.org/r1592388
Log:
Using the variable declared in lib/path.pm for the version

Modified:
    mina/site/trunk/templates/navigation.html

Modified: mina/site/trunk/templates/navigation.html
URL: http://svn.apache.org/viewvc/mina/site/trunk/templates/navigation.html?rev=1592388&r1=1592387&r2=1592388&view=diff
==============================================================================
--- mina/site/trunk/templates/navigation.html (original)
+++ mina/site/trunk/templates/navigation.html Sun May  4 17:21:33 2014
@@ -3,10 +3,10 @@
     {% block project-navigation %}
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="{{base}}downloads-mina.html">Mina 2.0.7</a></li>
-        <li><a href="{{base}}downloads-ftpserver.html">FtpServer 1.0.6</a></li>
-        <li><a href="{{base}}downloads-sshd.html">SSHD 0.9.0</a></li>
-        <li><a href="{{base}}downloads-vysper.html">Vysper 0.7</a></li>
+        <li><a href="{{base}}downloads-mina.html">Mina {{version_mina}}</a></li>
+        <li><a href="{{base}}downloads-ftpserver.html">FtpServer {{version_ftpserver}}</a></li>
+        <li><a href="{{base}}downloads-sshd.html">SSHD {{version_sshd}}</a></li>
+        <li><a href="{{base}}downloads-vysper.html">Vysper {{version_vysper}}</a></li>
     </ul>
     <h5>Projects</h5>
     <ul>