summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-06-27 19:25:18 -0400
committerDusty Phillips <buchuki@gmail.com>2008-06-27 19:25:18 -0400
commitacc68977135b880b28f2aa83b6938eae46467195 (patch)
treea57642cc4f13d87a4e51ac8a4c2a0c1ec523fae9
parent1bd352cb29b47949d68d4f6671e637a43c2ab747 (diff)
downloadarchweb-acc68977135b880b28f2aa83b6938eae46467195.tar.gz
archweb-acc68977135b880b28f2aa83b6938eae46467195.zip
improve look of todo list
-rw-r--r--templates/todolists/view.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 1ebf810c..db9be6e8 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -36,10 +36,9 @@
<table id="todotable" class="results" width="100%">
<thead>
<tr>
- <th>ID</th>
+ <th>Name</th>
<th>Arch</th>
<th>Repo</th>
- <th>Name</th>
<th>Maintainer</th>
<th>Status</th>
</tr>
@@ -47,10 +46,9 @@
<tbody>
{% for pkg in pkgs %}
<tr class="{% cycle even,odd %}">
- <td><a href="/packages/{{ pkg.pkg.id }}/">{{ pkg.pkg.id }}</a></td>
+ <td><a href="/packages/{{ pkg.pkg.id }}/">{{ pkg.pkg.pkgname }}</a></td>
<td>{{ pkg.pkg.arch.name }}</td>
<td>{{ pkg.pkg.repo.name|capfirst }}</td>
- <td>{{ pkg.pkg.pkgname }}</td>
<td>{{ pkg.pkg.maintainer.get_full_name|default:"Orphan" }}</td>
<td>
{% if pkg.complete %}