summaryrefslogtreecommitdiffstats
path: root/app/views/admin/info.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/info.html.erb')
-rw-r--r--app/views/admin/info.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb
index 2be1d28fd..c56d14eb6 100644
--- a/app/views/admin/info.html.erb
+++ b/app/views/admin/info.html.erb
@@ -4,7 +4,7 @@
<table class="list">
<% @checklist.each do |label, result| %>
- <tr class="<%= cycle 'odd', 'even' %>">
+ <tr>
<td class="name"><%= label.is_a?(Symbol) ? l(label) : label %></td>
<td class="tick"><span class="icon-only <%= (result ? 'icon-ok' : 'icon-error') %>"></span></td>
</tr>