<%= will_paginate @rows %> <% @rows.each_with_index do |report, i| %> <% end %>
  Occurred Exception  
  <%= h report.timestamp %>
<%= h report.application %>
<%= h report.machine %>
<% @exception = report %> <%= erb :_exception_message %> <% if report.backtrace %>
Stack trace <% end %>
<%= will_paginate @rows %>