diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-11-11 08:26:57 -0500 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-11-11 08:26:57 -0500 |
commit | 2f9d725b022e869407e4dbc5f705594db1d15e11 (patch) | |
tree | 2d6e7cfcbef9dafe3f5b187f2aec08b4daa35c2c /templates | |
parent | c49adbc65cfaf151777790df8198d95a23d40335 (diff) |
proper columns on my flagged packages.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/devel/index.html | 2 |
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 %} |