diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb
index 54731421..50d13fe4 100644
--- a/app/views/origami/home/show.html.erb
+++ b/app/views/origami/home/show.html.erb
@@ -142,7 +142,7 @@
sub_total = sub_total + sale_item.price
%>
- <%
+ <%
# Can't check for discount
unless sale_item.price == 0
%>
@@ -259,22 +259,22 @@
<% if @dining.bookings.length >= 1 %>
-
-
-
<% if @status_order == 'order' && @status_sale != 'sale' %>
-
-
-
-
- <% else %>
+
+
+
+
+
+
+ <% else %>
+
+
-
-
-
+
+
<% end %>