<%= title @controller.controller_name.humanize %>
<%= error_messages %> <% for report in @reports %> <% end %>
Name Date Time Sentinel Generated by
<%=h report.name %> <%=h report.date %> <%=h report.time %> <%= fobj(report.sentinel) %> <%=h report.generated_by %> <%= link_to image_tag( 'show.png' ), :action => 'show', :id => report %><%= link_to image_tag('delete.png'), { :action => 'destroy', :id => report }, :confirm => 'Are you sure?', :method => :post %>
<%= will_paginate(@reports) %>