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.0.5 app/views/effective/orders/index.html.haml
effective_orders-4.0.4 app/views/effective/orders/index.html.haml
effective_orders-4.0.3 app/views/effective/orders/index.html.haml
effective_orders-4.0.2 app/views/effective/orders/index.html.haml
effective_orders-4.0.1 app/views/effective/orders/index.html.haml
effective_orders-4.0.0 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta19 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta18 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta17 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta16 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta15 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta14 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta13 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta12 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta11 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta10 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta9 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta8 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta7 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta6 app/views/effective/orders/index.html.haml