summaryrefslogtreecommitdiffstats
path: root/app/views/workflows/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/workflows/index.html.erb')
-rw-r--r--app/views/workflows/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/workflows/index.html.erb b/app/views/workflows/index.html.erb
index 1a0780532..66785a40c 100644
--- a/app/views/workflows/index.html.erb
+++ b/app/views/workflows/index.html.erb
@@ -17,7 +17,7 @@
</thead>
<tbody>
<% @trackers.each do |tracker| -%>
-<tr class="<%= cycle('odd', 'even') %>">
+<tr>
<td class="name"><%= tracker.name %></td>
<% @roles.each do |role| -%>
<% count = @workflow_counts[[tracker.id, role.id]] || 0 %>