<% page_title "Users" %>
<% if admin? %> <% end %> <% @users.each do |user| -%> <% if admin? %> <% end %> <% end -%>
NameActions
<% if admin? && user.admin? %> (admin) <% end %> <%= link_to(user.label, user_path(user)) %><%= (", " + user.affiliation) unless user.affiliation.blank? %> <%= link_to "Edit", edit_user_path(user), :class => "editable" %> <%= link_to "Delete...", user, :method => :delete, :data => { :confirm => "Delete user #{h user.label}?" }, :class => "deletable" %>