_list.html.haml revision c1d8e2d429e199cfca7964aedbdb16c6b170f9ee
132N/A - collection.each do |entity|
132N/A - unless false #entity.oops_responses.empty?
132N/A = link_to "javascript:$('.pitfall#entity_" + entity.id.to_s + "').toggle();void(0)" do
132N/A %td= entity.text
132N/A %td= entity.name
1149N/A %td= iri_tooltip(entity, entity.display_name)
215N/A %tr{:class => "pitfall", :id => "entity_" + entity.id.to_s, :style => "display:none"}
1215N/A - entity.oops_responses.each do |response|