]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch-list.html
Zebra-stripe the patch list
[patchwork] / templates / patchwork / patch-list.html
index 0a15e9c7b39eec98aa11095afa55df8b3ab0661e..a0a8cec98a7c579bbcb729302626f33fa6774352 100644 (file)
@@ -68,7 +68,7 @@
 
 {% if page %}
  {% for patch in page.object_list %}
-  <tr>
+  <tr class="{% cycle 'odd' 'even' %}">
     {% if patchform or bundle %}
     <td>
     <input type="checkbox" name="patch_id:{{patch.id}}"/>