app/views/effective/orders/show.html.haml in effective_orders-3.2.3 vs app/views/effective/orders/show.html.haml in effective_orders-4.0.0beta1
- old
+ new
@@ -1,6 +1,6 @@
%h1.effective-heading= @page_title
-- if (@order.purchased? == false) && (@order.user == current_user)
- = render_checkout_step2(@order)
+- if @order.user == current_user
+ = render_checkout(@order)
- else
= render @order