diff options
author | eliott <eliott@cactuswax.net> | 2008-03-08 12:11:02 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-03-08 12:11:02 -0800 |
commit | 3e31808521e990b3b86d25de7d49cdd90a2de29f (patch) | |
tree | 610986402708677b9cccf3c8d2632177173789ed /templates/devel/siteindex.html | |
parent | 4d1977f24e062370efd307cbe51d4cd826828362 (diff) |
More changes to the multiarch model.
Diffstat (limited to 'templates/devel/siteindex.html')
-rw-r--r-- | templates/devel/siteindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html index 0c25fd8b..e97d9150 100644 --- a/templates/devel/siteindex.html +++ b/templates/devel/siteindex.html @@ -21,7 +21,7 @@ {% for pkg in pkg_updates %} <tr> <td><a href="{{ pkg.get_absolute_url }}">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</a></td> - <td style="text-align:right">{{ pkg.category.category }}</td> + <td style="text-align:right">{{ pkg.arch.name }}</td> </tr> {% endfor %} <tr> |