Sha256: 24098d411ddbcb490e2441a6040e78031f1c8c1a409ed867b7ed4771f60d5a9e

Contents?: true

Size: 237 Bytes

Versions: 14

Compression:

Stored size: 237 Bytes

Contents

%h1.effective-heading= @page_title

- if @pending_orders.present?
  %h2 Pending Orders
  = render_orders(@pending_orders)

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/orders/index.html.haml
effective_orders-3.2.2 app/views/effective/orders/index.html.haml
effective_orders-3.2.1 app/views/effective/orders/index.html.haml
effective_orders-3.2.0 app/views/effective/orders/index.html.haml
effective_orders-3.1.7 app/views/effective/orders/index.html.haml
effective_orders-3.1.6 app/views/effective/orders/index.html.haml
effective_orders-3.1.4 app/views/effective/orders/index.html.haml
effective_orders-3.1.3 app/views/effective/orders/index.html.haml
effective_orders-3.1.0 app/views/effective/orders/index.html.haml
effective_orders-3.0.4 app/views/effective/orders/index.html.haml
effective_orders-3.0.3 app/views/effective/orders/index.html.haml
effective_orders-3.0.2 app/views/effective/orders/index.html.haml
effective_orders-3.0.1 app/views/effective/orders/index.html.haml
effective_orders-3.0.0 app/views/effective/orders/index.html.haml