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.0beta5 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta4 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta3 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta2 app/views/effective/orders/index.html.haml
effective_orders-4.0.0beta1 app/views/effective/orders/index.html.haml