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