summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-11-11 08:26:57 -0500
committerDusty Phillips <buchuki@gmail.com>2008-11-11 08:26:57 -0500
commit2f9d725b022e869407e4dbc5f705594db1d15e11 (patch)
tree2d6e7cfcbef9dafe3f5b187f2aec08b4daa35c2c /templates
parentc49adbc65cfaf151777790df8198d95a23d40335 (diff)
downloadarchweb-2f9d725b022e869407e4dbc5f705594db1d15e11.tar.gz
archweb-2f9d725b022e869407e4dbc5f705594db1d15e11.zip
proper columns on my flagged packages.
Diffstat (limited to 'templates')
-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 f3c6d463..174b0dba 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 %}