Sha256: dafb32415c66ac3aaa25beac32b174282cdc770957b79a8bfb9db326592ca679

Contents?: true

Size: 419 Bytes

Versions: 7

Compression:

Stored size: 419 Bytes

Contents

<div class="content_editor">
  <label><%= render_content_name(content) %></label>
  <%= select_tag(
    content.form_field_name,
    option_groups_from_collection_for_select(
      Spree::Taxon.all,
      :children,
      :name,
      :id,
      :name,
      content.essence.taxon_id
    ),
    :class => ['alchemy_selectbox very_long', html_options[:class]].join(' '),
    :style => html_options[:style]
  ) %>
</div>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
alchemy-solidus-1.1.1 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-2.0.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-1.1.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-1.0.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy_spree-0.3.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy_spree-1.0.0.beta app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy_spree-0.2.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb