diff options
author | eliott <eliott@cactuswax.net> | 2007-11-19 02:35:20 +0100 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-08 06:15:07 +0100 |
commit | f44610c04ab9c11880ca0fb919fc5e13114a09f0 (patch) | |
tree | f454ff42b060d961be33c33e6024b94889eed07a /templates/todolists/view.html | |
parent | 3456d372b1df9a8c818544d005d90e61019da2e4 (diff) | |
download | archweb-f44610c04ab9c11880ca0fb919fc5e13114a09f0.tar.gz archweb-f44610c04ab9c11880ca0fb919fc5e13114a09f0.tar.xz |
Fixed bug FS#8664
Diffstat (limited to 'templates/todolists/view.html')
-rw-r--r-- | templates/todolists/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 89a07a9..7cd58dc 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> |