Sha256: 3d0a754574817a8d24eeb79e3bb3a6eedc363fe3624dc42e1824e77b87a1de4f

Contents?: true

Size: 613 Bytes

Versions: 5

Compression:

Stored size: 613 Bytes

Contents

.bulk-actions__sub-section
  .grid
    .grid__cell
      .property-toggle
        .property-toggle__checkbox
          = check_box_tag 'toggle_browses_by', nil, nil, class: 'toggle-property__check-box'
        .property-toggle__property
          .property
            = label_tag 'bulk_action[settings][browse_option]', t('workarea.admin.catalog_products.browse_by_option'), class: 'property__name'
            = select_tag 'bulk_action[settings][browse_option]', options_for_select(bulk_action.browse_options), disabled: true, class: 'toggle-property__input text-box', data: { property_toggle_allow_blank: '' }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-browse_option-2.2.0 app/views/workarea/admin/bulk_action_product_edits/_browse_option_field.html.haml
workarea-browse_option-2.1.9 app/views/workarea/admin/bulk_action_product_edits/_browse_option_field.html.haml
workarea-browse_option-2.1.8 app/views/workarea/admin/bulk_action_product_edits/_browse_option_field.html.haml
workarea-browse_option-2.1.7 app/views/workarea/admin/bulk_action_product_edits/_browse_option_field.html.haml
workarea-browse_option-2.1.6 app/views/workarea/admin/bulk_action_product_edits/_browse_option_field.html.haml