diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb
index b8cea26..3edd467 100644
--- a/app/views/roles/index.html.erb
+++ b/app/views/roles/index.html.erb
@@ -8,7 +8,7 @@
<%=l(:label_role)%> |
<%=l(:button_sort)%> |
- |
+ |
<% for role in @roles %>
@@ -21,9 +21,9 @@
<%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
- :method => :post,
- :confirm => l(:text_are_you_sure),
- :class => 'icon icon-del') unless role.builtin? %>
+ :method => :post,
+ :confirm => l(:text_are_you_sure),
+ :class => 'icon icon-del') unless role.builtin? %>
|
<% end %>