summaryrefslogtreecommitdiff
path: root/templates/devel/index.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 00:57:30 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 00:57:30 -0500
commit12984bca989485430d3a1be9ea35d3f61239b28f (patch)
tree26453e87cf829416177ee8c073c9f219699a0b11 /templates/devel/index.html
parent69f579f10bd7a9c2f75fe1f45e15ab30abed289d (diff)
parentd7d01e3c592a68226edc7dfd435913b0f0781ddd (diff)
Merge tag 'release_2012-02-06'
Quick feature fixups and bugfixes
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r--templates/devel/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 3853243c..3f36f43e 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -16,6 +16,7 @@
<tr>
<th>Name</th>
<th>Version</th>
+ <th>Testing Version</th>
<th>Repo</th>
<th>Arch</th>
<th>Flagged</th>
@@ -27,6 +28,10 @@
<tr class="{% cycle 'odd' 'even' %}">
<td>{% pkg_details_link pkg %}</td>
<td>{{ pkg.full_version }}</td>
+ <td>{% with pkg.in_testing as tp %}{% if tp %}
+ <a href="{{ tp.get_absolute_url }}"
+ title="Testing package details for {{ tp.pkgname }}">{{ tp.full_version }}</a>
+ {% endif %}{% endwith %}</td>
<td>{{ pkg.repo.name }}</td>
<td>{{ pkg.arch.name }}</td>
<td>{{ pkg.flag_date|date }}</td>