app/views/effective/orders/purchased.html.haml in effective_orders-5.9.0 vs app/views/effective/orders/purchased.html.haml in effective_orders-5.9.1
- old
+ new
@@ -1,9 +1,10 @@
-%h1.effective-heading= @page_title
+= render 'layout' do
+ %h1.effective-heading= @page_title
-%p.effective-orders-page-content
- You have successfully purchased the following:
+ %p.effective-orders-page-content
+ You have successfully purchased the following:
-= render @order
+ = render @order
-%p.text-center
- = link_to 'Continue', root_path, class: 'btn btn-primary'
+ %p.text-center
+ = link_to 'Continue', root_path, class: 'btn btn-primary'