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