[Blends-commit] [SCM] website branch, master, updated. 56f94cbe044091dff7ac883f151ec10e48595cf1
Andreas Tille
tille at debian.org
Sun Jul 7 13:44:37 UTC 2013
The following commit has been merged in the master branch:
commit 56f94cbe044091dff7ac883f151ec10e48595cf1
Author: Andreas Tille <tille at debian.org>
Date: Sun Jul 7 15:40:30 2013 +0200
Spacing in template
diff --git a/misc/thermometer/templates/thermometer.xhtml b/misc/thermometer/templates/thermometer.xhtml
index 2a0947d..6c5ee80 100644
--- a/misc/thermometer/templates/thermometer.xhtml
+++ b/misc/thermometer/templates/thermometer.xhtml
@@ -71,9 +71,7 @@ table.pkg tr.othered {
</tr>
<py:for each="pkg in blend_data">
<tr class='${pkg.debianstatus}'>
- <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian">
- <span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span>
- <span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span>
+ <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian"><span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span><span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span>
</span><a href='${pkg.homepage}'>UP</a>)</td>
<td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td>
</tr>
diff --git a/misc/thermometer/templates/uthermometer.xhtml b/misc/thermometer/templates/uthermometer.xhtml
index 73c3f1f..1e981ca 100644
--- a/misc/thermometer/templates/uthermometer.xhtml
+++ b/misc/thermometer/templates/uthermometer.xhtml
@@ -71,9 +71,7 @@ table.pkg tr.othered {
</tr>
<py:for each="pkg in blend_data">
<tr class='${pkg.ubuntustatus}'>
- <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian">
- <span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span>
- <span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span>
+ <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian"><span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span><span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span>
</span><a href='${pkg.homepage}'>UP</a>)</td>
<td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td><td>${pkg.precise}</td><td>${pkg.quantal}</td><td>${pkg.raring}</td>
</tr>
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list