cirandas.net

ref: master

app/views/environment_role_manager/index.html.erb


<%= _('Listing Administrators') %>

<%= link_to _('Make new admin'), :action => 'make_admin' %>
    <% @admins.each do |a| %>
  • <%= a.name %> <%= link_to _('Edit member role'), :action => 'change_role', :id => a %> <%= link_to _('Remove member'), :action => 'unassociate', :id => a %>
  • <% end %>
<%= link_to _('Back'), :controller => 'admin_panel' %>