Sha256: 942f80bb45c3ac1ae03ce0b782638874dd76da12da2a205f23e7d74112a324f0

Contents?: true

Size: 378 Bytes

Versions: 35

Compression:

Stored size: 378 Bytes

Contents

%table.table
  %thead
    %tr
      %th Order
      %th Date of Purchase
      %th Description
  %tbody
    - orders.each do |order|
      %tr
        %td= link_to "##{order.to_param}", order_path.gsub(':id', order.to_param)
        %td= order.purchased_at.strftime("%Y-%m-%d %H:%M")
        %td= order_summary(order)

- unless orders.present?
  %p You have no purchased orders

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
effective_orders-1.4.2 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.4.1 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.4.0 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.13 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.12 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.11 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.10 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.9 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.8 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.7 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.6 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.5 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.4 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.3 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.2 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.1 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.3.0 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.2.13 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.2.12 app/views/effective/orders/_my_purchases.html.haml
effective_orders-1.2.11 app/views/effective/orders/_my_purchases.html.haml