Sha256: 5b3d54b1a6886121be59915804e82cc95dbbaa2f9c23ea518e818df5748ead99

Contents?: true

Size: 558 Bytes

Versions: 27

Compression:

Stored size: 558 Bytes

Contents

%li.order.object{:id => "order_#{order.id}", :'data-id' => order.id}
  .attributes
    %span.name.attribute
    - render_region :body do |body|
      - body.price do
        %span.price.attribute= link_to number_to_currency(order.price), edit_admin_shop_order_path(order)
      - body.status do
        %span.status.attribute= order.status
      - body.updated do
        %span.updated.attribute= distance_of_time_in_words(Time.now, order.updated_at)
      - body.customer do
        .modify
          %span.customer.attribute= order.customer.name rescue nil

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
radiant-shop-extension-0.94.8 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.7 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.6 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.5 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.4 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.3 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.2 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.1 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.94.0 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.93.3 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.93.2 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.93.1 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.93.0 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.92.11 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.92.10 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.92.9 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.92.8 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.92.7 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.92.6 app/views/admin/shop/orders/index/_order.html.haml
radiant-shop-extension-0.92.3 app/views/admin/shop/orders/index/_order.html.haml