% if User %>
<%= column.human_name %> | <% end %> <% end %>|||
---|---|---|---|
<%= link_to user.send(column.name), :controller => "admin", :action => 'show', :id => user %> | <% else %><%=h user.send(column.name) %> | <% end %> <% end %> <% end %><%= link_to 'Edit', :controller => "admin", :action => 'edit', :id => user %> | <%= link_to_image "remove.gif", { :controller => "admin", :action => 'remove', :id => user }, :post => true, :confirm => 'Are you sure you want to remove this user?' %> |