diff --git a/app/views/home/infoscreen.html.erb b/app/views/home/infoscreen.html.erb index 4381d08..fd981ab 100644 --- a/app/views/home/infoscreen.html.erb +++ b/app/views/home/infoscreen.html.erb @@ -58,14 +58,16 @@ open_time = Time.parse "09:00 am" current_time = Time.now if (current_time > open_time) && (current_time < close_time) -