diff --git a/Pearlception/app/views/dashboard/index.html.erb b/Pearlception/app/views/dashboard/index.html.erb index fdaf05d..6d231d2 100644 --- a/Pearlception/app/views/dashboard/index.html.erb +++ b/Pearlception/app/views/dashboard/index.html.erb @@ -84,11 +84,18 @@ --> -
| Company | + <% end %>Run Date | Location | Harvest Time | @@ -99,6 +106,59 @@||||
|---|---|---|---|---|---|---|---|
| + <%= #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 %> +