diff options
author | eliott <eliott@cactuswax.net> | 2007-11-18 17:35:20 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-07 21:15:07 -0800 |
commit | f44610c04ab9c11880ca0fb919fc5e13114a09f0 (patch) | |
tree | f454ff42b060d961be33c33e6024b94889eed07a /templates | |
parent | 3456d372b1df9a8c818544d005d90e61019da2e4 (diff) |
Fixed bug FS#8664
Diffstat (limited to 'templates')
-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 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> |