diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb index c60e8917..0e755dd9 100644 --- a/app/views/origami/home/show.html.erb +++ b/app/views/origami/home/show.html.erb @@ -306,9 +306,9 @@ - <% if @dining.bookings.length >= 1 %> - + <% if @dining.bookings.length >= 1 %> <% if @status_order == 'order' && @status_sale != 'sale' %> + @@ -318,6 +318,7 @@ <% else %> + diff --git a/app/views/origami/rooms/show.html.erb b/app/views/origami/rooms/show.html.erb index 39d55757..686c675f 100644 --- a/app/views/origami/rooms/show.html.erb +++ b/app/views/origami/rooms/show.html.erb @@ -303,7 +303,6 @@ <% if @room.bookings.length >= 1 %> - <% if @status_order == 'order' && @status_sale != 'sale' %>