The following commit has been merged in the master branch:
commit 363a89cb8c1121c8f737dfb96526466df2ad3817
Author: Ole Streicher <deb...@liska.ath.cx>
Date:   Thu Dec 17 11:46:36 2015 +0100

    Add title to link to latest package

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index a8f3c78..7d07af7 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -282,7 +282,8 @@ function show_fulldesc(hash) {
                        ${project.version[-1]}
                      </py:when>
                      <py:otherwise>
-                       <a 
href="http://packages.debian.org/${project.version[-1]['release']}/${project.pkg}">
+                       <a 
href="http://packages.debian.org/${project.version[-1]['release']}/${project.pkg}"
+                          title="Version ${project.version[-1]['version']} in 
${project.version[-1]['release']}">
                          ${project.version[-1]['version']}
                        </a>
                      </py:otherwise>

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to