summaryrefslogtreecommitdiffstats
path: root/templates/todolists/view.html
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-03-08 21:11:02 +0100
committereliott <eliott@cactuswax.net>2008-03-08 21:11:02 +0100
commit3e31808521e990b3b86d25de7d49cdd90a2de29f (patch)
tree610986402708677b9cccf3c8d2632177173789ed /templates/todolists/view.html
parent4d1977f24e062370efd307cbe51d4cd826828362 (diff)
downloadarchweb-3e31808521e990b3b86d25de7d49cdd90a2de29f.tar.gz
archweb-3e31808521e990b3b86d25de7d49cdd90a2de29f.tar.xz
More changes to the multiarch model.
Diffstat (limited to 'templates/todolists/view.html')
-rw-r--r--templates/todolists/view.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 7cd58dc..b77e6e7 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -6,6 +6,7 @@
<table class="results" width="100%">
<tr>
<th>ID</th>
+ <th>Arch</th>
<th>Repo</th>
<th>Name</th>
<th>Maintainer</th>
@@ -14,6 +15,7 @@
{% for pkg in pkgs %}
<tr class="{% cycle pkgr1,pkgr2 %}">
<td><a href="/packages/{{ pkg.pkg.id }}/">{{ pkg.pkg.id }}</a></td>
+ <td>{{ pkg.pkg.arch.name }}</td>
<td>{{ pkg.pkg.repo.name }}</td>
<td>{{ pkg.pkg.pkgname }}</td>
<td>{{ pkg.pkg.maintainer.get_full_name }}</td>