%= stylesheet_link_tag "dashboard" %>_
| 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 : "" %> | <% end %>