diff options
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 60e42c603..3fc82b640 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -37,7 +37,7 @@ </tr></thead> <tbody> <% for user in @users -%> - <tr class="<%= user.css_classes %> <%= cycle("odd", "even") %>"> + <tr class="<%= user.css_classes %>"> <td class="username"><%= avatar(user, :size => "14") %><%= link_to user.login, edit_user_path(user) %></td> <td class="firstname"><%= user.firstname %></td> <td class="lastname"><%= user.lastname %></td> |