Sha256: b8f749046d2d3dda45829677a95757ffdf6775af3f22dd910a74de5785819b4c

Contents?: true

Size: 273 Bytes

Versions: 5

Compression:

Stored size: 273 Bytes

Contents

%h1.effective-heading= @page_title

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_orders-2.2.4 app/views/effective/orders/index.html.haml
effective_orders-2.2.3 app/views/effective/orders/index.html.haml
effective_orders-2.2.2 app/views/effective/orders/index.html.haml
effective_orders-2.2.1 app/views/effective/orders/index.html.haml
effective_orders-2.2.0 app/views/effective/orders/index.html.haml