From 7a1668ca829e6bfbedac422f16d1610b70e7a53d Mon Sep 17 00:00:00 2001 From: Yan Date: Mon, 21 Aug 2017 18:44:40 +0630 Subject: [PATCH] re-fixed for customer button --- app/views/origami/home/show.html.erb | 5 +++-- app/views/origami/rooms/show.html.erb | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) 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' %>