Sha256: 4c37048108225855710e0068c740d5572e8d6b900fa686f70ed5fc2187a12154

Contents?: true

Size: 387 Bytes

Versions: 12

Compression:

Stored size: 387 Bytes

Contents

<div class="content_editor essence_spree_product">
  <label><%= render_content_name(content) %></label>
  <%= select_tag(
    content.form_field_name,
    options_from_collection_for_select(Spree::Product.not_deleted, :id, :name, content.essence.spree_product_id),
    class: ['alchemy_selectbox very_long', html_options[:class]].join(' '),
    style: html_options[:style]
  ) %>
</div>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
alchemy-solidus-1.1.1 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-2.4.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-2.3.2 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-2.3.1 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-2.3.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-2.2.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-2.0.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-1.1.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy-solidus-1.0.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy_spree-0.3.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy_spree-1.0.0.beta app/views/alchemy/essences/_essence_spree_product_editor.html.erb
alchemy_spree-0.2.0 app/views/alchemy/essences/_essence_spree_product_editor.html.erb