summaryrefslogtreecommitdiffstats
path: root/app/views/issue_statuses/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issue_statuses/index.html.erb')
-rw-r--r--app/views/issue_statuses/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb
index 8608402ca..f5e6538c2 100644
--- a/app/views/issue_statuses/index.html.erb
+++ b/app/views/issue_statuses/index.html.erb
@@ -16,7 +16,7 @@
</tr></thead>
<tbody>
<% for status in @issue_statuses %>
- <tr class="<%= cycle("odd", "even") %>">
+ <tr>
<td class="name"><%= link_to status.name, edit_issue_status_path(status) %></td>
<% if Issue.use_status_for_done_ratio? %>
<td><%= status.default_done_ratio %></td>