<%=_('Roles')%>

<% for role in @roles %> <% end %>
<%=_('Role')%>
<%= link_to role.name, :action => 'edit', :id => role %> <%= start_form_tag :action => 'destroy', :id => role %> <%= submit_tag _('Delete'), :class => "button-small" %> <%= end_form_tag %>
<%= pagination_links_full @role_pages %>
<%= link_to '» ' + _('New role'), :action => 'new' %>