%= stylesheet_link_tag "dashboard" %>_
| Company | <% end %>Run Date | Location | Harvest Time | Supplier | Distributor | Total Processed | Other |
|---|---|---|---|---|---|---|---|
| <%= #company.company_name "Fake Industries" %> | <%= run.runDate %> | <%= run.location ? run.location : "" %> | <%= "" %> | <%= run.supplier ? run.supplier : "" %> | <%= run.distributor ? run.distributor : "" %> | <%= result.total %> | <%= run.other ? run.other : "" %> | <% end %>
| <%= run.runDate %> | <%= run.location ? run.location : "" %> | <%= "" %> | <%= run.supplier ? run.supplier : "" %> | <%= run.distributor ? run.distributor : "" %> | <%= result.total %> | <%= run.other ? run.other : "" %> | <% end %>