diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 00:57:30 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 00:57:30 -0500 |
commit | 12984bca989485430d3a1be9ea35d3f61239b28f (patch) | |
tree | 26453e87cf829416177ee8c073c9f219699a0b11 /templates/devel | |
parent | 69f579f10bd7a9c2f75fe1f45e15ab30abed289d (diff) | |
parent | d7d01e3c592a68226edc7dfd435913b0f0781ddd (diff) |
Merge tag 'release_2012-02-06'
Quick feature fixups and bugfixes
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/index.html | 5 |
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> |