<%= _(@role.name) %>

<%= _('Permissions') %>

<% button_bar do %> <%= button :edit, _('Edit'), :action => 'edit', :id => @role %> <%= button :back, _('Back to roles management'), :action => 'index' %> <% end %>