aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/src/main')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb3
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb1
2 files changed, 1 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
index 52f8ea303f7..bb7a04e1cfc 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
@@ -14,8 +14,7 @@
</thead>
<tbody >
<% @groups.each do |group|%>
- <% clazz = cycle("even", "odd", :name => 'index_user') %>
- <tr class="<%= clazz %>" id="group-<%= u group.name -%>">
+ <tr id="group-<%= u group.name -%>">
<td class="left"><%= group.name %></td>
<td class="left" style="word-break:break-all"><%=group.description%></td>
<td class="left">
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb
index def16e51634..9df129cb061 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb
@@ -14,7 +14,6 @@
</thead>
<tbody >
<% @users.each do |user|%>
- <% clazz = cycle("even", "odd", :name => 'index_user') %>
<tr id="user-<%= u user.login -%>">
<td class="left" valign="top"><%=user.login %></td>
<td class="left" valign="top"><%=user.name %></td>