summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/patch-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/patch-list.html')
-rw-r--r--templates/patchwork/patch-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html
index 0a15e9c..a0a8cec 100644
--- a/templates/patchwork/patch-list.html
+++ b/templates/patchwork/patch-list.html
@@ -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}}"/>