summaryrefslogtreecommitdiffstats
path: root/app/views/groups/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/index.html.erb')
-rw-r--r--app/views/groups/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/index.html.erb b/app/views/groups/index.html.erb
index 2ce91dc58..d48afe9f0 100644
--- a/app/views/groups/index.html.erb
+++ b/app/views/groups/index.html.erb
@@ -14,8 +14,8 @@
<tbody>
<% @groups.each do |group| %>
<tr class="<%= cycle 'odd', 'even' %>">
- <td><%= link_to h(group), edit_group_path(group) %></td>
- <td align="center"><%= group.users.size %></td>
+ <td class="name"><%= link_to h(group), edit_group_path(group) %></td>
+ <td><%= group.users.size %></td>
<td class="buttons"><%= delete_link group %></td>
</tr>
<% end %>