From 04d5e862915d5bfbd19100c66a985f04202cde35 Mon Sep 17 00:00:00 2001 From: phyusin Date: Fri, 14 Dec 2018 15:36:35 +0630 Subject: [PATCH] change zone name for origami/index --- app/views/origami/home/index.html.erb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/views/origami/home/index.html.erb b/app/views/origami/home/index.html.erb index 6e5167e5..f508e4f3 100755 --- a/app/views/origami/home/index.html.erb +++ b/app/views/origami/home/index.html.erb @@ -54,7 +54,7 @@ <% end %>
Table <%= table.name %> ( <%= table.seater %> Seat )
- Zone <%= table.zone_id %> + <%= table.zone.name %>
<% else %> @@ -65,7 +65,7 @@ <% end %>
Table <%= table.name %> ( <%= table.seater %> Seat )
- Zone <%= table.zone_id %> + <%= table.zone.name %>
<% end %> @@ -73,7 +73,7 @@
Table <%= table.name %> ( <%= table.seater %> Seat )
- Zone <%= table.zone_id %> + <%= table.zone.name %>
<% end %> @@ -92,13 +92,15 @@
<% end %>
- <%= room.name %> + <%= room.name %>
+ <%= room.zone.name %>
<% else %>
- <%= room.name %> + <%= room.name %>
+ <%= room.zone.name %>
<% end %>