<%= link_to l(:label_role_new), {:action => 'new'}, :class => 'pic picAdd' %>

<%=l(:label_role_plural)%>

<% for role in @roles %> "> <% end %>
<%=l(:label_role)%>
<%= link_to role.name, :action => 'edit', :id => role %> <%= button_to l(:button_delete), { :action => 'destroy', :id => role }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
<%= pagination_links_full @role_pages %>