Sha256: 4ef0f9583da27129b0feef66ba0c8707d1efabc28cc76a1b7629f43d04c049f4

Contents?: true

Size: 766 Bytes

Versions: 28

Compression:

Stored size: 766 Bytes

Contents

= link_to add_featured_product_path(featurable.to_global_id, product_id: product.id), class: summary_inventory_status_css_classes(product).push('product-summary'), data: { remote: true, method: 'post', replace: true } do
  .product-summary__media
    .product-summary__image-wrapper
      = image_tag(product_image_url(product.primary_image, :small), alt: product.name, class: 'product-summary__image')
  %span.product-summary__name= product.name
  %span.product-summary__graph
    %span.spark{ title: t('workarea.admin.catalog_categories.cards.featured_products.sparkline_title') }
      {#{sparkline_analytics_data_for(product.insights.orders_sparkline).join(',')}}
  - if product.inventory_message.present?
    .product-summary__status= product.inventory_message

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-admin-3.5.27 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.15 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.14 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.13 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.12 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.11 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.10 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.9 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.8 app/views/workarea/admin/featured_products/_unselected.html.haml
workarea-admin-3.5.7 app/views/workarea/admin/featured_products/_unselected.html.haml