<%= stylesheet_link_tag "dashboard" %>_

Pearlception Dashboard

Recent Results

<% @results.each_slice(1) do |row| %> <% row.each do |result| run = Run.find(result.id) %> <% end %> <% end %>
Run Date Location Harvest Time Supplier Distributor Total Processed Other
<%= run.runDate %> <%= run.location ? run.location : "" %> <%= "" %> <%= run.supplier ? run.supplier : "" %> <%= run.distributor ? run.distributor : "" %> <%= result.total %> <%= run.other ? run.other : "" %>
<%= javascript_include_tag "bootstrap.min" %>_