Sha256: 60e894f07524d8a8b648b7ceb5656daec17bc1d87ff0b508d308a5dd3c9b06f6

Contents?: true

Size: 293 Bytes

Versions: 24

Compression:

Stored size: 293 Bytes

Contents

%ul#items
  - @shop_order.line_items.each do |item|
    %li.item
      %h3= link_to item.item.name, [:edit_admin, item.item]
      %span.quantity== #{item.quantity}x
      %span.price_each== #{number_to_currency item.item.price} Ea.,
      %span.total== #{number_to_currency item.price}
      

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
radiant-shop-extension-0.11.4 app/views/admin/shop/orders/edit/parts/_items.html.haml
radiant-shop-extension-0.11.3 app/views/admin/shop/orders/edit/parts/_items.html.haml
radiant-shop-extension-0.11.1 app/views/admin/shop/orders/edit/parts/_items.html.haml
radiant-shop-extension-0.11.0 app/views/admin/shop/orders/edit/parts/_items.html.haml