app/views/effective/orders/index.html.haml in effective_orders-2.1.17 vs app/views/effective/orders/index.html.haml in effective_orders-2.2.0
- old
+ new
@@ -1,13 +1,13 @@
-%h2.effective-orders-page-title= (@page_title || 'Orders')
+%h1.effective-heading= @page_title
-%h3 Pending Orders
+%h2 Pending Orders
- if @pending_orders.present?
= render_orders(@pending_orders)
- else
%p You have no pending orders.
-%h3 Purchased Orders
+%h2 Purchased Orders
- if @orders.present?
= render_orders(@orders)
- else
%p You have no purchased orders.