eletrotupi
Projects
cirandas.net
About
Refs
Log
Tree
ref: master
app/views/role
/index.html.erb
<%= _('Manage user roles') %>
<%= _('Role') %>
<%= _('Actions') %>
<% @roles.each do |role| %>
<%= link_to role.name, :action => 'show', :id => role %>
<%= button_without_text :edit, _('Edit'), :action => 'edit', :id => role %>
<% end %>
<%= button_bar do %> <%= button :add, _('Create a new role'), :action => 'new' %> <%= button :back, _('Back to admin panel'), :controller => 'admin_panel' %> <% end %>