diff --git a/Pearlception/app/views/dashboard/index.html.erb b/Pearlception/app/views/dashboard/index.html.erb index 56fc2c9..150e22e 100644 --- a/Pearlception/app/views/dashboard/index.html.erb +++ b/Pearlception/app/views/dashboard/index.html.erb @@ -89,131 +89,138 @@ <% else %>
| 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 %> -