summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-11-18 17:35:20 -0800
committereliott <eliott@cactuswax.net>2007-12-07 21:15:07 -0800
commitf44610c04ab9c11880ca0fb919fc5e13114a09f0 (patch)
treef454ff42b060d961be33c33e6024b94889eed07a /templates
parent3456d372b1df9a8c818544d005d90e61019da2e4 (diff)
downloadarchweb-f44610c04ab9c11880ca0fb919fc5e13114a09f0.tar.gz
archweb-f44610c04ab9c11880ca0fb919fc5e13114a09f0.zip
Fixed bug FS#8664
Diffstat (limited to 'templates')
-rw-r--r--templates/todolists/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 89a07a99..7cd58dc8 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -12,7 +12,7 @@
<th>Status</th>
</tr>
{% for pkg in pkgs %}
- <tr>
+ <tr class="{% cycle pkgr1,pkgr2 %}">
<td><a href="/packages/{{ pkg.pkg.id }}/">{{ pkg.pkg.id }}</a></td>
<td>{{ pkg.pkg.repo.name }}</td>
<td>{{ pkg.pkg.pkgname }}</td>