Sha256: ad638c2ac7158344814ed4ae03c509a0f8c590d38154009c53787d23d7981581

Contents?: true

Size: 297 Bytes

Versions: 13

Compression:

Stored size: 297 Bytes

Contents

%h2.effective-orders-page-title= (@page_title || 'Orders')

%h3 Pending Orders
- if @pending_orders.present?
  = render_orders(@pending_orders)
- else
  %p You have no pending orders.

%h3 Purchased Orders
- if @orders.present?
  = render_orders(@orders)
- else
  %p You have no purchased orders.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_orders-2.1.17 app/views/effective/orders/index.html.haml
effective_orders-2.1.16 app/views/effective/orders/index.html.haml
effective_orders-2.1.15 app/views/effective/orders/index.html.haml
effective_orders-2.1.14 app/views/effective/orders/index.html.haml
effective_orders-2.1.13 app/views/effective/orders/index.html.haml
effective_orders-2.1.12 app/views/effective/orders/index.html.haml
effective_orders-2.1.10 app/views/effective/orders/index.html.haml
effective_orders-2.1.9 app/views/effective/orders/index.html.haml
effective_orders-2.1.8 app/views/effective/orders/index.html.haml
effective_orders-2.1.7 app/views/effective/orders/index.html.haml
effective_orders-2.1.6 app/views/effective/orders/index.html.haml
effective_orders-2.1.5 app/views/effective/orders/index.html.haml
effective_orders-2.1.4 app/views/effective/orders/index.html.haml