summaryrefslogtreecommitdiffstats
path: root/templates/devel
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-11-11 14:26:57 +0100
committerDusty Phillips <buchuki@gmail.com>2008-11-11 14:26:57 +0100
commit2f9d725b022e869407e4dbc5f705594db1d15e11 (patch)
tree2d6e7cfcbef9dafe3f5b187f2aec08b4daa35c2c /templates/devel
parentc49adbc65cfaf151777790df8198d95a23d40335 (diff)
downloadarchweb-2f9d725b022e869407e4dbc5f705594db1d15e11.tar.gz
archweb-2f9d725b022e869407e4dbc5f705594db1d15e11.tar.xz
proper columns on my flagged packages.
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index f3c6d46..174b0db 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -99,8 +99,8 @@
<td>
<a href="/packages/{{ pkg.id }}/">{{ pkg.pkgname }}</a>
</td>
- <td>{{ pkg.pkgver }}</td>
<td>{{ pkg.repo.name }}</td>
+ <td>{{ pkg.pkgver }}</td>
<td>{{ pkg.arch.name }}</td>
</tr>
{% endfor %}