app/views/effective/orders/show.html.haml in effective_orders-5.0.2 vs app/views/effective/orders/show.html.haml in effective_orders-5.0.3

- old
+ new

@@ -2,5 +2,9 @@ - if @order.user == current_user = render_checkout(@order) - else = render @order + +%hr + += link_to 'Continue', effective_orders.orders_path, class: 'btn btn-primary'