%= stylesheet_link_tag "dashboard" %>_
| Company | <% end %>Run Date | Location | Harvest Time | Supplier | Distributor | Total Processed | Other | Oyster Info |
|---|---|---|---|---|---|---|---|---|
| <%= #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 : "" %> | <%= link_to "Show", oysters_index_path( :result_id => result.id, :page_num => params[:page]), :class => "btn btn-primary" %> | <% end %>