Sha256: ec05d7cc2f50023e2932a1f3c1d42fb0796d61ada9c0c79e65a71aac34218c13
Contents?: true
Size: 912 Bytes
Versions: 24
Compression:
Stored size: 912 Bytes
Contents
= big_list_item(:class => "orders", :id => order.id) do .item-title.order.big{:class => row_class(order)} %small Invoice ID: %br %strong= order.invoice_id .item-info{:style => "width:50px;"} Status: %br %strong= order.state.capitalize .item-info{:style => "width:210px;"} %strong= number_to_currency(order.price) %br %small = "Bill to #{order.billing_address.first_name} #{order.billing_address.last_name}" if order.billing_address %br/ = "Ship to #{order.shipping_address.first_name} #{order.shipping_address.last_name}" if order.shipping_address .item-info{:style => "width:110px;"} %small %strong= order.created_at.strftime('%B %e, %Y') %br/ = order.created_at.strftime('%l:%M %p') .item-actions = action_link("View order", forge_order_path(order), :icon => "laptop") = fulfillment_link(order) .spacer
Version data entries
24 entries across 24 versions & 1 rubygems