Sha256: 1301274aa565e76b25c423a98ac2b4a6ad1cc4b4f21796dfb89526370fbcd764

Contents?: true

Size: 287 Bytes

Versions: 45

Compression:

Stored size: 287 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)

- unless (@pending_orders.present? || @orders.present?)
  %p You have no purchased orders.

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
effective_orders-4.4.1 app/views/effective/orders/index.html.haml
effective_orders-4.4.0 app/views/effective/orders/index.html.haml
effective_orders-4.3.2 app/views/effective/orders/index.html.haml
effective_orders-4.3.1 app/views/effective/orders/index.html.haml
effective_orders-4.3.0 app/views/effective/orders/index.html.haml
effective_orders-4.2.7 app/views/effective/orders/index.html.haml
effective_orders-4.2.6 app/views/effective/orders/index.html.haml
effective_orders-4.2.5 app/views/effective/orders/index.html.haml
effective_orders-4.2.4 app/views/effective/orders/index.html.haml
effective_orders-4.2.3 app/views/effective/orders/index.html.haml
effective_orders-4.2.2 app/views/effective/orders/index.html.haml
effective_orders-4.2.1 app/views/effective/orders/index.html.haml
effective_orders-4.2.0 app/views/effective/orders/index.html.haml
effective_orders-4.1.5 app/views/effective/orders/index.html.haml
effective_orders-4.1.4 app/views/effective/orders/index.html.haml
effective_orders-4.1.3 app/views/effective/orders/index.html.haml
effective_orders-4.1.2 app/views/effective/orders/index.html.haml
effective_orders-4.1.1 app/views/effective/orders/index.html.haml
effective_orders-4.1.0 app/views/effective/orders/index.html.haml
effective_orders-4.0.6 app/views/effective/orders/index.html.haml