summaryrefslogtreecommitdiffstats
path: root/app/views/auth_sources
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth_sources')
-rw-r--r--app/views/auth_sources/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb
index ecde2bf95..7a0ffa59d 100644
--- a/app/views/auth_sources/index.html.erb
+++ b/app/views/auth_sources/index.html.erb
@@ -14,7 +14,7 @@
</tr></thead>
<tbody>
<% for source in @auth_sources %>
- <tr id="auth-source-<%= source.id %>" class="<%= cycle("odd", "even") %>">
+ <tr id="auth-source-<%= source.id %>">
<td class="name"><%= link_to(source.name, :action => 'edit', :id => source)%></td>
<td><%= source.auth_method_name %></td>
<td><%= source.host %></td>