<%= _('Current Members') %>

<% profile.members.each do |m| %> <% end %>
<%= _('Member') %> <%= _('Actions') %>
<%= link_to_profile m.short_name, m.identifier, :title => m.name %>
<%= button_without_text :edit, _('Edit'), :action => 'change_role', :id => m %> <%= button_to_remote_without_text :remove, _('Remove'), :update => 'members-list', :loading => '$("members-list").addClassName("loading")', :success => "$('tr-#{m.identifier}').show()", :complete => '$("members-list").removeClassName("loading")', :url => {:action => 'unassociate', :id => m} %>