The following commit has been merged in the master branch:
commit 5df9e443725c657a2210bed3c2801ed6a4f608bc
Author: Ole Streicher <[email protected]>
Date: Sun Dec 13 12:56:58 2015 +0100
Dont link to homepage if link is empty
diff --git a/webtools/templates/packages.xhtml
b/webtools/templates/packages.xhtml
index df33567..528dae8 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -530,7 +530,7 @@ function show_fulldesc(hash) {
</py:if>
</ul>
</dd>
- <py:if test="'homepage' in project.properties">
+ <py:if test="'homepage' in project.properties and
project.properties['homepage'] not in (None, '', '#')">
<dt>Upstream</dt>
<dd>
<ul class="desc-inline">
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit