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

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/orders/_order.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/orders/_order.html.haml