<% for column in @content_columns %>
| <%=h user.send(column.name) %> |
<% end %>
<%= link_if_authorized 'Show', {:action => 'show', :id => user}, :wrap_in => "li" %>
<%= link_if_authorized 'Edit', {:action => 'edit_user', :id => user}, :wrap_in => "li" %>
<% if authorized?(:action => 'delete_user') && (user.login != UserEngine.config(:admin_login)) %><%= button_to 'Destroy', :action => 'delete_user', :id => user %><% end %>
|
<% end %>