[Blends-commit] [SCM] website branch, master, updated. 8560b675a4882040be365f1ee7a40dc8f2a8cc59
Ole Streicher
ole at aip.de
Tue May 3 08:42:20 UTC 2016
The following commit has been merged in the master branch:
commit 8560b675a4882040be365f1ee7a40dc8f2a8cc59
Author: Ole Streicher <ole at aip.de>
Date: Tue May 3 10:41:18 2016 +0200
Re-enable popconn and version info for contrib and non-free
diff --git a/webtools/templates/tasks.xhtml b/webtools/templates/tasks.xhtml
index af0b73f..ae6f7ab 100644
--- a/webtools/templates/tasks.xhtml
+++ b/webtools/templates/tasks.xhtml
@@ -96,8 +96,7 @@
<a href="mailto:${project.properties['maintainer']['email']}">${project.properties['maintainer']['name']}</a> <span py:if="'uploader' in project.properties">(<a href="mailto:${project.properties['uploader']['email']}">${project.properties['uploader']['name']}</a>)</span>
</div>
</td>
- <td py:if="project.properties['component'] == 'main'
- and project.properties['pkgstatus'] in ('official_high', 'official_low', 'experimental')" class="project-info">
+ <td>
<span py:if="project.properties['version']" class="tooltip" id="${project.properties['name']}-versions">
<table class="versionclass">
<tr><th colspan="3" class="versionclass"><strong>Versions of package ${project.properties['name']}</strong></th></tr>
@@ -128,7 +127,10 @@
</div>
<div py:choose="">
<div py:when="'debtags' in project.properties" class="project-info" onmouseover="TagToTip('${project.properties['name']}-debtags', FIX, ['${project.properties['name']}', 0, 0])" onmouseout="UnTip()"><a href="https://debtags.debian.org/edit/${project.properties['name']}">Edit Debtags</a></div>
- <div py:otherwise="" class="project-infomissing"><a href="https://debtags.debian.org/edit/${project.properties['name']}">Go tagging</a></div>
+ <div py:when="project.properties['component'] == 'main'
+ and project.properties['pkgstatus'] in ('official_high',
+ 'official_low', 'experimental')"
+ class="project-infomissing"><a href="https://debtags.debian.org/edit/${project.properties['name']}">Go tagging</a></div>
</div>
</td>
<td class="project-license">
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list