Sha256: 5a527d0c4e00cd9ede67df97ac05074006c5ed3c8d3e5e5b9e15089a686aa419

Contents?: true

Size: 758 Bytes

Versions: 23

Compression:

Stored size: 758 Bytes

Contents

%li.product.object{:id => "product_#{product.id}", :'data-id' => product.id}
  .attributes
    - render_region :product do |body|
      - body.move do
        %span.move.attribute
      - body.icon do
        - link_to [:edit_admin, product], :class => 'icon' do
          - unless product.images.empty?
            = image_tag product.images.first.url(:icon)
      - body.name do
        %span.name.attribute
          = link_to product.name, [:edit_admin, product]
      - body.sku do
        %span.sku.attribute
          = product.sku
      - body.price do
        %span.price.attribute
          = number_to_currency(product.price)
      - body.modify do
        .modify
          %span.remove
            = link_to t('remove'), [:remove_admin, product]

Version data entries

23 entries across 23 versions & 1 rubygems

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