Sha256: d4c9f5a6e6eefef613bab93104946e58dbeb01282c4a7efe8d3281a17ebf305f

Contents?: true

Size: 740 Bytes

Versions: 2

Compression:

Stored size: 740 Bytes

Contents

.property
  %span.property__name
    = t('workarea.admin.catalog_products.edit.show_bundled_products_label')
    = link_to '#product-show-bundle-info', data: { tooltip: '' } do
      = inline_svg('workarea/admin/icons/help.svg', class: 'svg-icon svg-icon--small svg-icon--blue', title: t('workarea.admin.catalog_products.edit.show_bundle_info_title'))

  =  toggle_button_for 'product[show_bundled_products]', @product.show_bundled_products?, disabled: product.product_ids.blank?, title_true: t('workarea.admin.catalog_products.edit.show_bundled_products'), title_false: t('workarea.admin.catalog_products.edit.hide_bundled_products')

  #product-show-bundle-info.tooltip-content= t('workarea.admin.catalog_products.edit.show_bundle_info')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-product_bundles-1.0.1 app/views/workarea/admin/catalog_products/_show_bundled_products_field.html.haml
workarea-product_bundles-1.0.0 app/views/workarea/admin/catalog_products/_show_bundled_products_field.html.haml