summaryrefslogtreecommitdiffstats
path: root/app/views/roles/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/roles/index.html.erb')
-rw-r--r--app/views/roles/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb
index 4240d096b..9eaab23b6 100644
--- a/app/views/roles/index.html.erb
+++ b/app/views/roles/index.html.erb
@@ -14,8 +14,8 @@
<tbody>
<% for role in @roles %>
<tr class="<%= cycle("odd", "even") %>">
- <td><%= content_tag(role.builtin? ? 'em' : 'span', link_to(h(role.name), edit_role_path(role))) %></td>
- <td align="center" style="width:15%;">
+ <td class="name"><%= content_tag(role.builtin? ? 'em' : 'span', link_to(h(role.name), edit_role_path(role))) %></td>
+ <td class="reorder">
<% unless role.builtin? %>
<%= reorder_links('role', {:action => 'update', :id => role}, :put) %>
<% end %>