diff --git a/app/views/dishes/index.html.erb b/app/views/dishes/index.html.erb index 98fdc85..2e01fa6 100644 --- a/app/views/dishes/index.html.erb +++ b/app/views/dishes/index.html.erb @@ -20,3 +20,28 @@ <%= link_to 'Νέο πιάτο', new_dish_path, class: "btn btn-default" %> + +
+ +
Ποιοι πεινάνε στο coho αυτή τη στιγμή
+
+

Παρακάτω είναι όλοι όσοι πεινάνε στο coho και τι θέλουν να φάνε.

+
+ + + + <% @orders.each do |order| %> + + + + + + <% end %> +
+ <%= order.hungry_person.name %> + + <%= order.dish.name %> + + <%= order.quantity %> +
+